From 6ac471c598056edd2872ed5f218efeace13c7eae Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Jul 2014 09:52:50 +0200 Subject: [PATCH] Also mention the viewscript functionality of Form::loadDefaultDecorators() refs #5525 --- library/Icinga/Web/Form.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index 070d31d23..110376c08 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -285,7 +285,8 @@ class Form extends Zend_Form /** * Load the default decorators * - * Overwrites Zend_Form::loadDefaultDecorators to avoid having the HtmlTag-Decorator added + * Overwrites Zend_Form::loadDefaultDecorators to avoid having + * the HtmlTag-Decorator added and to provide viewscript usage * * @return self */