summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 707ad5c)
raw | patch | inline | side by side (parent: 707ad5c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 10:09:13 +0000 (10:09 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 3 Mar 2008 10:09:13 +0000 (10:09 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9231 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/applications/class_applicationManagement.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/applications/class_applicationManagement.inc b/gosa-plugins/goto/admin/applications/class_applicationManagement.inc
index b934b123793bfcb3d15e957c19ffb43e293268dc..0b207d6417f9ffc7375443efd174258c5d0f94be 100644 (file)
/* 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->DivListApplication->selectedBase);
/* Get dialog */
+ $this->CopyPasteHandler->SetVar("base",$this->DivListApplication->selectedBase);
$data = $this->CopyPasteHandler->execute();
/* Return dialog data */