forked from extern/egroupware
silence permanent error log
This commit is contained in:
parent
77d28bad75
commit
cce86e346e
@ -1376,7 +1376,7 @@ egw_LAB.wait(function() {
|
||||
if (empty($html)) return $html; // no need to process further
|
||||
if (!empty($config) && is_string($config))
|
||||
{
|
||||
error_log(__METHOD__.__LINE__.$config);
|
||||
//error_log(__METHOD__.__LINE__.$config);
|
||||
$config = json_decode($config,true);
|
||||
if (is_null($config)) error_log(__METHOD__.__LINE__." decoding of config failed; standard will be applied");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user