mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
forgot to switch of error_log for not found images, as that happens regulary in some parts of EGroupware
This commit is contained in:
parent
19d167f5be
commit
5d83c036e0
@ -781,7 +781,7 @@ class common
|
||||
return $url;
|
||||
}
|
||||
}
|
||||
error_log(__METHOD__."('$app', ".array2string($image).", '$extension') NONE found!");
|
||||
//error_log(__METHOD__."('$app', ".array2string($image).", '$extension') NONE found!");
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -809,7 +809,7 @@ class common
|
||||
self::get_extension($image, $name);
|
||||
return self::image($app, $name, $extension);
|
||||
}
|
||||
error_log(__METHOD__."('$app', '$image', '$extension') image NOT found!");
|
||||
//error_log(__METHOD__."('$app', '$image', '$extension') image NOT found!");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user