From 0e021d507518b708a6ea3deff84a9d912c0d9ced Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 3 Mar 2008 10:10:35 +0000 Subject: [PATCH] Updated copy &paste git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9235 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/gofax/blocklists/class_blocklistManagement.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)){ -- 2.30.2