Ooops, helper vs form

This commit is contained in:
Thomas Gelf 2014-03-08 10:01:38 +00:00
parent b9a563cc03
commit b8f4ae17de
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class Zend_View_Helper_CommandForm extends Zend_View_Helper_Abstract
}
if ($changed === true) {
$out .= $this->getView()->icon('config_changed.png') . ' (modified)';
$out .= $this->view->icon('config_changed.png') . ' (modified)';
}
$formCode = (string) $form;