From: hickert Date: Thu, 19 May 2011 12:26:13 +0000 (+0000) Subject: Added missing properties X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ab5a9664ef9c9920477f560655dc8eb3bdbd969;p=gosa.git Added missing properties git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20886 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateWidget.inc b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateWidget.inc index 76635ded6..2c622cbf2 100644 --- a/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateWidget.inc +++ b/gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateWidget.inc @@ -15,6 +15,8 @@ class TemplateWidget protected $syntax = ""; protected $values = ""; protected $enabled = TRUE; + protected $readable = TRUE; + protected $writeable = TRUE; /*! \brief Constructs the template widget and sets the default values. * @param Config The GOsa configuration object.