Logging::warning bugfix and updated translations

This commit is contained in:
Albert Santoni 2014-07-25 15:05:35 -04:00
parent d9436cdc0f
commit 1803e1fd8f
25 changed files with 62455 additions and 62843 deletions

View file

@ -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;
}