diff --git a/modules/monitoring/application/views/helpers/CommandForm.php b/modules/monitoring/application/views/helpers/CommandForm.php index b8fa32abb..e8b17aef7 100644 --- a/modules/monitoring/application/views/helpers/CommandForm.php +++ b/modules/monitoring/application/views/helpers/CommandForm.php @@ -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;