fixing caching of images, if image is an array

This commit is contained in:
Klaus Leithoff 2009-05-18 12:02:45 +00:00
parent d56e962ca3
commit ba88fcbd9a

View File

@ -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))
{