X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=35eb6df3df54f9bfe5a0ea1577b0903ff79d97f0;hb=14304210865aab4372e8e726f64d830c0a077de5;hp=91123c5519a34c4a8708f664069f2e0be5b6a8e1;hpb=cd5e077ecb497431decde4835138b877d63b261c;p=timetracker.git diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index 91123c55..35eb6df3 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -30,11 +30,10 @@ import('form.FormElement'); class Submit extends FormElement { - function __construct($name, $value = '') + function __construct($name) { $this->class = 'Submit'; $this->name = $name; - $this->value = $value; } function getHtml() {