Code

Updated css und div framework.
[gosa.git] / plugins / admin / groups / class_groupManagement.inc
index 42f7655820a504507eed31903a9a6fa7ab124b54..ff2310b9f860a6cb7b574460c0dee1965799ce33 100644 (file)
@@ -514,7 +514,8 @@ class groupManagement extends plugin
     if($s_action == "copy"){
 
       $dn  = $this->grouplist[trim($s_entry)]['dn'];
-      $acl_all  = $ui->has_complete_category_acls($this->selectedBase,"groups") ;
+      $ui = get_userinfo();
+      $acl_all  = $ui->has_complete_category_acls($this->DivListGroup->selectedBase,"groups") ;
       if(preg_match("/(c.*w|w.*c)/",$acl_all)){
 
         $this->CopyPasteHandler->Clear();