forked from extern/egroupware
quiten error_log if no CSS file for an app
This commit is contained in:
parent
02d2ca5157
commit
671313b3ea
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user