mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-09 09:10:10 +02:00
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) {
|
||||
$out .= $this->getView()->icon('config_changed.png') . ' (modified)';
|
||||
$out .= $this->view->icon('config_changed.png') . ' (modified)';
|
||||
}
|
||||
|
||||
$formCode = (string) $form;
|
||||
|
Loading…
x
Reference in New Issue
Block a user