Code

Updated new Config Management
[gosa.git] / gosa-core / setup / class_setupStep_Finish.inc
index a4c2da751814df94cf11765047718d1f30526df3..27749c6259b1645702d7f7afc9a4447b203caf7f 100644 (file)
@@ -138,7 +138,7 @@ class Step_Finish extends setup_step
       /* Get attributes */
       foreach($this->attributes as $attr){
         if(isset($_POST[$attr])){
-          $this->$attr = validate($_POST[$attr]);
+          $this->$attr = get_post($attr);
         }
       }
     }