X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=236fdb4bd9f2dc7a0c4eb8489ca8543768b28d6c;hb=443346587eb47046e4a5a4624bcb125c665cf615;hp=ba3d698c89b341d8e65f5da07dc3df80bf9cf299;hpb=4bfd0a6f4a7a79c4bfeaeab17b9b898b10a3d6d2;p=timetracker.git diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index ba3d698c..236fdb4b 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -37,8 +37,7 @@ class Submit extends FormElement { $this->value = $value; } - function toStringControl() { - if (!$this->isRenderable()) return ""; + function toStringControl() { if ($this->id=="") $this->id = $this->name;