]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Hidden.class.php
A bit more progress on delete attachment.
[timetracker.git] / WEB-INF / lib / form / Hidden.class.php
index 3693f84c4b7729c63f1b0d89ef4347260821dd88..6e59bc8e1a43b1e218a90890672e95827bc5e151 100644 (file)
@@ -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() {