Code

Set profile remove
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Jul 2006 11:57:03 +0000 (11:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 7 Jul 2006 11:57:03 +0000 (11:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4051 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/fai/class_faiProfile.inc

index b622f08d6dd60ba955ab1eefd238a886f0371fb8..c6f7912fe89fcf1653183d20c2be165fbd823f7f 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($this->dn,array(),true);
     $this->handle_post_events("remove");    
   }