Code

replaced plugbottom by pluin-actions
[gosa.git] / gosa-plugins / opsi / admin / opsi / class_opsiProperties.inc
index f44cce8bfe0666e7f07d7f44afdac248486aefb9..0917e88b655d4e413f47655a4922a405b6da0ff3 100644 (file)
@@ -50,7 +50,7 @@ class opsiProperties extends plugin
     if(preg_match("/w/",$acl)){
       foreach($this->cfg as $name => $value){
         if(isset($_POST['value_'.$name])){
-          $this->cfg[$name]['DEFAULT'] = validate(get_post('value_'.$name));
+          $this->cfg[$name]['CURRENT'] = validate(get_post('value_'.$name));
         }
       }
     }