mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixing caching of images, if image is an array
This commit is contained in:
parent
d56e962ca3
commit
ba88fcbd9a
@ -938,7 +938,7 @@ class common
|
||||
{
|
||||
static $cache; // do some caching in the request
|
||||
|
||||
$image_found =& $cache[$appname.$image.$ext.$use_lang];
|
||||
$image_found =& $cache[$appname.implode('-',(array)$image).$ext.$use_lang];
|
||||
|
||||
if (!isset($image_found))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user