X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FPasswordField.class.php;h=747a6ac45caf8c8999f5f23625b330bc83187a99;hb=48ba99d8257be57e5e43a03e80ab5d8c782b5295;hp=7fd6624ef39a24b0a09ae045bb64fa3cf0990b96;hpb=60d2288b7fca6caf0f5d9d3eee972f040eb24fb0;p=timetracker.git 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() {