Code

Updated copy & paste hanling for everal classes.
[gosa.git] / gosa-plugins / gofax / gofax / blocklists / class_blocklistManagement.inc
index 9d5679a073343e8ac9fca9e4affd8a540d4a480d..cfe2f55e12fd5728f53995f28c69b842f8f9433c 100644 (file)
@@ -403,6 +403,9 @@ class blocklist extends plugin
   function save_object()
   {
     $this->DivListBlocklist->save_object();
+    if(is_object($this->CopyPasteHandler)){
+      $this->CopyPasteHandler->save_object();
+    }
   }