From: hickert Date: Tue, 11 Nov 2008 09:55:31 +0000 (+0000) Subject: Updated ACL check for menu entries, X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9905d6617b7ffe54d78cc5f42b98471745dd2d07;p=gosa.git Updated ACL check for menu entries, git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13002 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/applications/class_divListApplication.inc b/gosa-plugins/goto/admin/applications/class_divListApplication.inc index bc4ae488f..a880866a7 100644 --- a/gosa-plugins/goto/admin/applications/class_divListApplication.inc +++ b/gosa-plugins/goto/admin/applications/class_divListApplication.inc @@ -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);