diff --git a/library/Scores/Ws/Client.php b/library/Scores/Ws/Client.php index c1c3e4570..05da83b9f 100644 --- a/library/Scores/Ws/Client.php +++ b/library/Scores/Ws/Client.php @@ -166,7 +166,7 @@ class Scores_Ws_Client extends Zend_Soap_Client Zend_Registry::get('firebug')->info($arguments); } - //try { + try { $response = parent::__call($name, $arguments); @@ -182,7 +182,7 @@ class Scores_Ws_Client extends Zend_Soap_Client return $response->{$name.'Result'}; - /*} catch ( SoapFault $fault ) { + } catch ( SoapFault $fault ) { // --- Debug if ( array_key_exists('debug', $methodConfig) ) { @@ -228,7 +228,7 @@ class Scores_Ws_Client extends Zend_Soap_Client } return false; - }*/ + } } /**