@@ -70,7 +70,7 @@ |
||
70 | 70 | |
71 | 71 | if (count($credentials) != 2) { // -4 |
72 | 72 | require_once 'XML/RPC2/Exception.php'; |
73 | - throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4); |
|
73 | + throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4); |
|
74 | 74 | } |
75 | 75 | if (empty($credentials['private_key'])) { // -5 |
76 | 76 | require_once 'XML/RPC2/Exception.php'; |
@@ -269,7 +269,7 @@ |
||
269 | 269 | { |
270 | 270 | if (count($credentials) != 2) { // -4 |
271 | 271 | require_once 'XML/RPC2/Exception.php'; |
272 | - throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4); |
|
272 | + throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4); |
|
273 | 273 | } |
274 | 274 | if (empty($credentials['private_key'])) { // -5 |
275 | 275 | require_once 'XML/RPC2/Exception.php'; |
@@ -70,7 +70,7 @@ |
||
70 | 70 | |
71 | 71 | if (count($credentials) != 2) { // -4 |
72 | 72 | require_once 'XML/RPC2/Exception.php'; |
73 | - throw new XML_RPC2_FaultException('wrong argument count in $credentials - got ' . count($credentials) . ' arguments - need 2', -4); |
|
73 | + throw new XML_RPC2_FaultException('wrong argument count in $credentials - got '.count($credentials).' arguments - need 2', -4); |
|
74 | 74 | } |
75 | 75 | if (empty($credentials['private_key'])) { // -5 |
76 | 76 | require_once 'XML/RPC2/Exception.php'; |