From 671313b3ea5088f60fb28b107615c5312c0b5391 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 30 Jul 2010 13:38:49 +0000 Subject: [PATCH] quiten error_log if no CSS file for an app --- phpgwapi/inc/class.egw_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index ed6cac8dea..604ac382eb 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -1166,7 +1166,7 @@ abstract class egw_framework } if (!file_exists(EGW_SERVER_ROOT.$path)) { - error_log(__METHOD__."($app,$name) $path NOT found!"); + //error_log(__METHOD__."($app,$name) $path NOT found!"); return false; } if (!in_array($path,self::$css_include_files))