X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/60d2288b7fca6caf0f5d9d3eee972f040eb24fb0..6237c1e3261d3d7d1f9510259421cd9418a2a2d5:/WEB-INF/lib/form/PasswordField.class.php diff --git a/WEB-INF/lib/form/PasswordField.class.php b/WEB-INF/lib/form/PasswordField.class.php index 7fd6624e..747a6ac4 100644 --- a/WEB-INF/lib/form/PasswordField.class.php +++ b/WEB-INF/lib/form/PasswordField.class.php @@ -30,11 +30,10 @@ import('form.FormElement'); class PasswordField extends FormElement { - function __construct($name, $value='') + function __construct($name) { $this->class = 'PasswordField'; $this->name = $name; - $this->value = $value; } function getHtml() {