From: hickert Date: Thu, 29 Apr 2010 12:13:25 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7245637328f9ccb14c4213bcf3203b668314650e;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17946 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/ogroups/class_ogroup.inc b/gosa-core/plugins/admin/ogroups/class_ogroup.inc index e3f3768fe..614b4a1f5 100644 --- a/gosa-core/plugins/admin/ogroups/class_ogroup.inc +++ b/gosa-core/plugins/admin/ogroups/class_ogroup.inc @@ -257,7 +257,7 @@ class ogroup extends plugin /* Load templating engine */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $tmp = $this->plInfo(); foreach($tmp['plProvidedAcls'] as $name => $translation){