From: hickert Date: Wed, 28 May 2008 12:24:14 +0000 (+0000) Subject: Set base before checking create acls X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62281494bcb76e091215be04564e0c0599a4ff78;p=gosa.git Set base before checking create acls git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11087 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 68d878641..5941aed45 100644 --- a/gosa-plugins/systems/admin/systems/class_systemManagement.inc +++ b/gosa-plugins/systems/admin/systems/class_systemManagement.inc @@ -1566,8 +1566,8 @@ class systems extends plugin if($this->start_pasting_copied_objects && $this->CopyPasteHandler->entries_queued()){ /* Get dialog */ - $data = $this->CopyPasteHandler->execute(); $this->CopyPasteHandler->SetVar("base",$this->DivListSystem->selectedBase); + $data = $this->CopyPasteHandler->execute(); /* Return dialog data */ if(!empty($data)){ @@ -1729,10 +1729,6 @@ class systems extends plugin )); } - - - - } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: