Uncomment
This commit is contained in:
parent
f59827e869
commit
8a95034deb
@ -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;
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user