Code

Updated ACL check for menu entries,
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Nov 2008 09:55:31 +0000 (09:55 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Nov 2008 09:55:31 +0000 (09:55 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13002 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/applications/class_divListApplication.inc

index bc4ae488f8e63277449091070a0c17ab870b7817..a880866a78197a511f482f7c68b4ee2bd870bfa6 100644 (file)
@@ -121,8 +121,8 @@ class divListApplication extends MultiSelectWindow
 
     /* Add Copy & Paste header */
     if($this->parent->IsReleaseManagementActivated()){
-      $s .= $this->parent->get_copypaste_header($this->acl_base,$this->module);
-      $s .= $this->parent->get_snapshot_header($this->acl_base,$this->module);
+      $s .= $this->parent->get_copypaste_header($this->parent->acl_base,$this->module);
+      $s .= $this->parent->get_snapshot_header($this->parent->acl_base,$this->module);
     }else{
       $s .= $this->parent->get_copypaste_header($this->selectedBase,$this->module);
       $s .= $this->parent->get_snapshot_header($this->selectedBase,$this->module);