X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd5e077ecb497431decde4835138b877d63b261c..1cf228c258ba8a8950b1a55bc25b93768bf50184:/WEB-INF/lib/form/Hidden.class.php diff --git a/WEB-INF/lib/form/Hidden.class.php b/WEB-INF/lib/form/Hidden.class.php index 3693f84c..6e59bc8e 100644 --- a/WEB-INF/lib/form/Hidden.class.php +++ b/WEB-INF/lib/form/Hidden.class.php @@ -30,10 +30,9 @@ import('form.FormElement'); class Hidden extends FormElement { - function __construct($name, $value = '') { + function __construct($name) { $this->class = 'Hidden'; $this->name = $name; - $this->value = $value; } function getHtml() {