From 689b5896512499c67bf2cbc56473fc86da21b51f Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:12:55 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17936 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_acl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))); -- 2.30.2