Code

Updated opsi
[gosa.git] / gosa-plugins / opsi / admin / opsi / class_opsiProperties.inc
index 16d4b21279e09da1a6ea56365f8153477e39b7da..91c4d8a153e5129cae9bd6b31982613e359a29a8 100644 (file)
@@ -44,7 +44,7 @@ class opsiProperties extends plugin
   {
     foreach($this->cfg as $name => $value){
       if(isset($_POST['value_'.$name])){
-        $this->cfg[$name] = validate(get_post('value_'.$name));
+        $this->cfg[$name]['DEFAULT'] = validate(get_post('value_'.$name));
       }
     }
   }