From e77c92c4ff687387770986f59c2aee0542a863b2 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:51 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17955 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/goto/class_workstationGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc index dbda55d91..1d9885c3e 100644 --- a/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc +++ b/gosa-plugins/goto/admin/systems/goto/class_workstationGeneric.inc @@ -251,7 +251,7 @@ class workgeneric extends plugin /* Fill templating stuff */ $smarty= get_smarty(); - $smarty->assign("usePrototype", "true"); + /* Set acls */ $tmp = $this->plInfo(); -- 2.30.2