X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FHidden.class.php;h=6e59bc8e1a43b1e218a90890672e95827bc5e151;hb=75a1eedb8977b8f2db459128bab9aaf367e3b58b;hp=3693f84c4b7729c63f1b0d89ef4347260821dd88;hpb=cd5e077ecb497431decde4835138b877d63b261c;p=timetracker.git 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() {