X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/0fa80122e692abac96010f4da8ed55c3aa52b81b..4fdb2cd8b1c8990a7ea8ed40b275dc51174e6585:/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() {