Code

Added missing properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 12:26:13 +0000 (12:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 May 2011 12:26:13 +0000 (12:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20886 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto-ng/admin/newConfigManagement/TemplateEngine/class_TemplateWidget.inc

index 76635ded6a60fefcfcc973620688bca96261a06e..2c622cbf2eea1a73dfad13cb42013ea9098a75db 100644 (file)
@@ -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.