From: hickert Date: Thu, 29 Apr 2010 12:12:55 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=689b5896512499c67bf2cbc56473fc86da21b51f;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17936 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 853893edc..0c3448e09 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -520,7 +520,7 @@ class acl extends plugin /* Create templating instance */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $smarty->assign("acl_readable",$this->acl_is_readable("")); if(!$this->acl_is_readable("")){ return ($smarty->fetch (get_template_path('acl.tpl')));