X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd5e077ecb497431decde4835138b877d63b261c..40e7c879cbbc4f00227c039f1a86d48f81e10101:/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() {