From: hickert Date: Mon, 3 Mar 2008 10:10:35 +0000 (+0000) Subject: Updated copy &paste X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0e021d507518b708a6ea3deff84a9d912c0d9ced;p=gosa.git Updated copy &paste git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9235 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc b/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc index e1499259c..1092f1d19 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc @@ -452,12 +452,9 @@ class blocklist 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->DivListBlocklist->selectedBase); - /* Get dialog */ $data = $this->CopyPasteHandler->execute(); + $this->CopyPasteHandler->SetVar("base",$this->DivListBlocklist->selectedBase); /* Return dialog data */ if(!empty($data)){