From: cajus Date: Mon, 16 Apr 2007 08:12:10 +0000 (+0000) Subject: Fixed ACL handling for non #all# ACLs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6e36ad629609a4534c57e1e7db07348f3c49670a;p=gosa.git Fixed ACL handling for non #all# ACLs git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6052 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/applications/class_divListApplication.inc b/plugins/admin/applications/class_divListApplication.inc index 4676a4bb7..c6e339eb3 100755 --- a/plugins/admin/applications/class_divListApplication.inc +++ b/plugins/admin/applications/class_divListApplication.inc @@ -141,7 +141,7 @@ class divListApplication extends MultiSelectWindow /* Create action icons */ $actions = ""; - if($acl == "#all#"){ + if($acl == "#all#" || preg_match('/#create#/', $acl)){ if(($this->parent->CopyPasteHandler) && (!$is_freezed)){ $actions.= " ";