Ooops, helper vs form
This commit is contained in:
parent
b9a563cc03
commit
b8f4ae17de
|
@ -189,7 +189,7 @@ class Zend_View_Helper_CommandForm extends Zend_View_Helper_Abstract
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($changed === true) {
|
if ($changed === true) {
|
||||||
$out .= $this->getView()->icon('config_changed.png') . ' (modified)';
|
$out .= $this->view->icon('config_changed.png') . ' (modified)';
|
||||||
}
|
}
|
||||||
|
|
||||||
$formCode = (string) $form;
|
$formCode = (string) $form;
|
||||||
|
|
Loading…
Reference in New Issue