From: hickert Date: Thu, 29 Apr 2010 12:13:13 +0000 (+0000) Subject: Removed usePrototype flag, its activated always now. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=881daa7e8424910d145e83147ff8b6662e456bdb;p=gosa.git Removed usePrototype flag, its activated always now. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17942 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc index 1eeb6dd93..80db75c46 100644 --- a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc +++ b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc @@ -73,7 +73,7 @@ class deviceGeneric extends plugin { plugin::execute(); $smarty = get_smarty(); - $smarty->assign("usePrototype", "true"); + $smarty->assign("base", $this->baseSelector->render()); foreach($this->attributes as $attr){ $smarty->assign($attr,$this->$attr);