Access correct resolver function in IconImage

refs #6392
This commit is contained in:
Matthias Jentsch 2015-05-28 15:21:56 +02:00
parent 3b601decc5
commit eb5c48ade9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Zend_View_Helper_IconImage extends Zend_View_Helper_Abstract
{
if ($object->host_icon_image && ! preg_match('/[\'"]/', $object->host_icon_image)) {
return $this->view->img(
'img/icons/' . Macro::resolveMacro($object->host_icon_image, $object),
'img/icons/' . Macro::resolveMacros($object->host_icon_image, $object),
null,
array(
'alt' => $object->host_icon_image_alt,