From: hickert Date: Mon, 3 Mar 2008 10:09:22 +0000 (+0000) Subject: Updated copy & paste X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5245a2183f3aef7749833ebd7a8ef705b3d393a1;p=gosa.git Updated copy & paste git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9232 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc index 916730435..b352c54fb 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1376,13 +1376,10 @@ class systems extends plugin /* Return C&P dialog */ if($this->start_pasting_copied_objects && $this->CopyPasteHandler->entries_queued()){ - - /* Load entry from queue and set base */ - $this->CopyPasteHandler->load_entry_from_queue(); - $this->CopyPasteHandler->SetVar("base",$this->DivListSystem->selectedBase); /* Get dialog */ $data = $this->CopyPasteHandler->execute(); + $this->CopyPasteHandler->SetVar("base",$this->DivListSystem->selectedBase); /* Return dialog data */ if(!empty($data)){