From c30a2c3c1a7e672341e9b273c7bf37449a906937 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 29 Apr 2010 12:13:31 +0000 Subject: [PATCH] Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17948 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../rolemanagement/admin/roleManagement/class_roleGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc index 70920c795..4c89157c5 100644 --- a/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc +++ b/gosa-plugins/rolemanagement/admin/roleManagement/class_roleGeneric.inc @@ -232,7 +232,7 @@ class roleGeneric extends plugin { // Get smarty instance and assign required variables. $smarty = get_smarty(); - $smarty->assign("usePrototype", "true"); + $smarty->assign("base", $this->baseSelector->render()); $smarty->assign("memberList",$this->memberList->render()); foreach($this->attributes as $attr){ -- 2.30.2