Code

Fixed app group logging
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 May 2007 08:17:52 +0000 (08:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 22 May 2007 08:17:52 +0000 (08:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6431 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/class_groupApplication.inc

index 2aa2e1aed4dd6e8ffa18f2bfda669ae9c4a58f8a..da3a3a4137129866f02442f21f3d19810abb7279 100644 (file)
@@ -912,6 +912,10 @@ class appgroup extends plugin
 
   function remove_from_parent()
   {
+    if(!$this->initially_was_account){
+      return;
+    }
+
     plugin::remove_from_parent();
 
     $ldap= $this->config->get_ldap_link();