Uncomment

This commit is contained in:
Michael RICOIS 2017-02-14 11:33:24 +01:00
parent f59827e869
commit 8a95034deb

View File

@ -166,7 +166,7 @@ class Scores_Ws_Client extends Zend_Soap_Client
Zend_Registry::get('firebug')->info($arguments); Zend_Registry::get('firebug')->info($arguments);
} }
//try { try {
$response = parent::__call($name, $arguments); $response = parent::__call($name, $arguments);
@ -182,7 +182,7 @@ class Scores_Ws_Client extends Zend_Soap_Client
return $response->{$name.'Result'}; return $response->{$name.'Result'};
/*} catch ( SoapFault $fault ) { } catch ( SoapFault $fault ) {
// --- Debug // --- Debug
if ( array_key_exists('debug', $methodConfig) ) { if ( array_key_exists('debug', $methodConfig) ) {
@ -228,7 +228,7 @@ class Scores_Ws_Client extends Zend_Soap_Client
} }
return false; return false;
}*/ }
} }
/** /**