Code

Updated logview to display the target object too.
[gosa.git] / include / class_CopyPasteHandler.inc
index 2650fc9c98242c151cec5a7ae8e7da4938847e3b..1d6a1f04ac07b87f3308f9074ec63a0eea69e489 100644 (file)
@@ -18,9 +18,9 @@ class CopyPasteHandler {
 
 
   /* Create CP handler  */
-  function CopyPasteHandler($config)
+  function CopyPasteHandler(&$config)
   {
-    $this->config = $config;   
+    $this->config = &$config;  
     $this->current= NULL;
     $this->queue  = array();
     $this->setvar_array = array();