From 4f0112235e26519e6e6273513d69872b8b0d415c Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:45 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17953 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc index 8374b3ac9..c706e6245 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc @@ -226,7 +226,7 @@ class termgeneric extends plugin /* Fill templating stuff */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + $tmp = $this->plInfo(); foreach($tmp['plProvidedAcls'] as $name => $translation){ -- 2.30.2