forked from extern/egroupware
Clears up a few warnings when logging warnings/errors to a log file.
This commit is contained in:
parent
b1aeb25214
commit
7a13d1fef3
@ -776,7 +776,7 @@
|
||||
|
||||
function find_image($appname,$image)
|
||||
{
|
||||
if (!is_array($this->found_files[$appname]))
|
||||
if (!@is_array($this->found_files[$appname]))
|
||||
{
|
||||
$imagedir_olddefault = '/'.$appname.'/images';
|
||||
$imagedir_default = '/'.$appname.'/templates/default/images';
|
||||
|
Loading…
Reference in New Issue
Block a user