From: hickert Date: Thu, 29 Apr 2010 12:13:31 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c30a2c3c1a7e672341e9b273c7bf37449a906937;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17948 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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){