X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FForm.class.php;fp=WEB-INF%2Flib%2Fform%2FForm.class.php;h=f832b632b611a7966af23342c549bfcad4ca81b7;hb=443346587eb47046e4a5a4624bcb125c665cf615;hp=ab59bebfb7e58aa4873ebecea5ecc26cbab8f6c3;hpb=5532fe6cfc2125063ff8040cfa80e20089ac64b0;p=timetracker.git diff --git a/WEB-INF/lib/form/Form.class.php b/WEB-INF/lib/form/Form.class.php index ab59bebf..f832b632 100644 --- a/WEB-INF/lib/form/Form.class.php +++ b/WEB-INF/lib/form/Form.class.php @@ -142,7 +142,6 @@ class Form { $el->setFormName($this->name); if (isset($arguments["id"])) $el->setId($arguments["id"]); if (isset($GLOBALS["I18N"])) $el->setLocalization($GLOBALS["I18N"]); - if (isset($arguments["render"])) $el->setRenderable($arguments["render"]); if (isset($arguments["enable"])) $el->setEnable($arguments["enable"]); if (isset($arguments["style"])) $el->setStyle($arguments["style"]);