Clears up a few warnings when logging warnings/errors to a log file.

This commit is contained in:
skeeter 2002-01-06 06:01:07 +00:00
parent b1aeb25214
commit 7a13d1fef3

View File

@ -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';