From cce86e346e1790f63c648149f211b5511f355858 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 10 Oct 2013 09:25:04 +0000 Subject: [PATCH] silence permanent error log --- phpgwapi/inc/class.html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index 29fa66bf1b..cfacb44cab 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -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"); }