Code

Udpated setup
[gosa.git] / setup / class_setupStep.inc
index 52cfbdc79d60c6d8648f6cd5e52b597f3e836361..a873094e3de1efe73f3ff56d7ecb5d953efb4c30 100644 (file)
@@ -31,6 +31,11 @@ class setup_step extends plugin
 
   var $attributes   = array();
 
+  function save_object()
+  {
+    /* Do not call plugin::save_object. This causes acl trouble  */
+  }
+
   function get_title()
   { 
     return($this->s_title);