Code

Moved folder icon
[gosa.git] / gosa-core / plugins / admin / ogroups / class_ogroupManagement.inc
index b2c383782a04f9583f535f84340baf559c35be49..8a0fd3dc7698d6fc658f9989dc9d4349a61937ce 100644 (file)
@@ -673,6 +673,9 @@ class ogroupManagement extends plugin
   function save_object()
   {
     $this->DivListOGroup->save_object();
+    if(is_object($this->CopyPasteHandler)){
+      $this->CopyPasteHandler->save_object();
+    }
   }
 
 }