mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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))
|
||||
{
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user