From b8f4ae17def1194890d6612880dfdcc2a07bc09c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 10:01:38 +0000 Subject: [PATCH] Ooops, helper vs form --- modules/monitoring/application/views/helpers/CommandForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;