quiten error_log if no CSS file for an app

This commit is contained in:
Ralf Becker 2010-07-30 13:38:49 +00:00
parent 02d2ca5157
commit 671313b3ea

View File

@ -1166,7 +1166,7 @@ abstract class egw_framework
} }
if (!file_exists(EGW_SERVER_ROOT.$path)) 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; return false;
} }
if (!in_array($path,self::$css_include_files)) if (!in_array($path,self::$css_include_files))