mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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;
|
return $url;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
error_log(__METHOD__."('$app', ".array2string($image).", '$extension') NONE found!");
|
//error_log(__METHOD__."('$app', ".array2string($image).", '$extension') NONE found!");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -809,7 +809,7 @@ class common
|
|||||||
self::get_extension($image, $name);
|
self::get_extension($image, $name);
|
||||||
return self::image($app, $name, $extension);
|
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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user