From: hickert Date: Thu, 29 Apr 2010 12:13:57 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f8443166218dd19c6b03772f5d49f5818a76895;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17957 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc index 60a942f2a..807a1d094 100644 --- a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc +++ b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc @@ -115,7 +115,7 @@ class wingeneric extends plugin /* Fill templating stuff */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $tmp = $this->plInfo(); foreach($tmp['plProvidedAcls'] as $name => $translated){