Code

Fixed copy & paste for FAI objects
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 13:44:11 +0000 (13:44 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Apr 2008 13:44:11 +0000 (13:44 +0000)
-Abort all will no do what it should

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10152 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiManagement.inc

index 9d935081d1d5603c31d95802eb1a4eaa881b3681..451f6d0e06bf8c2f4f23fc9b96282d71b51b7a00 100644 (file)
@@ -1070,6 +1070,10 @@ class faiManagement extends plugin
   function save_object()
   {
     $this->DivListFai->save_object();
+
+    if(is_object($this->CopyPasteHandler)){
+      $this->CopyPasteHandler->save_object();
+    }
   }