Code

Fixed tagging.
[gosa.git] / plugins / admin / fai / class_faiProfile.inc
index b622f08d6dd60ba955ab1eefd238a886f0371fb8..f09f4ddb3b5ff4aebb699f369fa349642bcfd9c9 100644 (file)
@@ -361,7 +361,7 @@ class faiProfile extends plugin
       $use_dn = $this->dn;
     }
 
-    prepare_to_save_FAI_object($this->dn,$this->attrs);
+    prepare_to_save_FAI_object($use_dn,array(),true);
     $this->handle_post_events("remove");    
   }