Logging::warning bugfix and updated translations
This commit is contained in:
parent
d9436cdc0f
commit
1803e1fd8f
25 changed files with 62455 additions and 62843 deletions
|
@ -454,7 +454,7 @@ class ShowbuilderController extends Zend_Controller_Action
|
|||
$arr = json_decode($jsondata); # Decode JSON String
|
||||
|
||||
if ($arr->result !== "success") {
|
||||
Logging::warning("WHMCS API call failed in " . __FUNCTION__);
|
||||
Logging::warn("WHMCS API call failed in " . __FUNCTION__);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue