Code

Invalid repository settings fixed.
[gosa.git] / plugins / admin / systems / class_servGeneric.inc
index ee9c214a051989bcca1e8667e8d0b15061402e6c..1b9a8711647190677d9076e98bcc039c7a55f4e9 100644 (file)
@@ -216,6 +216,7 @@ class servgeneric extends plugin
     } else {
       if ($this->orig_dn != $this->dn){
         $this->move($this->orig_dn, $this->dn);
+        plugin::save();
       }
 
       $ldap->cd($this->dn);