mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02: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
|
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))
|
if (!isset($image_found))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user