From: psc Date: Thu, 19 Feb 2009 08:56:03 +0000 (+0000) Subject: Fix errornous evaluation of ACLs when managing servers (partial port of revision... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7a3a7605049baea7ef31094db0d4a6430e05adb;p=gosa.git Fix errornous evaluation of ACLs when managing servers (partial port of revision 12495) git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@13432 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/systems/admin/systems/class_divListSystem.inc b/gosa-plugins/systems/admin/systems/class_divListSystem.inc index 26dd857b6..0251feb55 100644 --- a/gosa-plugins/systems/admin/systems/class_divListSystem.inc +++ b/gosa-plugins/systems/admin/systems/class_divListSystem.inc @@ -183,7 +183,7 @@ class divListSystem extends MultiSelectWindow $s.= "...|". " "._("Workstation")."|"."newsystem_workstation|\n"; } - if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"workstation/servgeneric"))){ + if(class_available("servtabs") && preg_match("/c/",$ui->get_permissions($this->selectedBase,"server/servgeneric"))){ $s.= "...|". " "._("Server")."|"."newsystem_server|\n"; }