X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FTextField.class.php;h=4904e248195cf84806b5de50cf81a654bbc1dc8e;hb=ad707342d0ab5a7f6fc6ceda9ba3deb408f5ac08;hp=044b3d6de0ebdeb9b68f5fd0681abf2925f5d480;hpb=e1703495130c8ed88fe210f50a2a6b453b3c566b;p=timetracker.git diff --git a/WEB-INF/lib/form/TextField.class.php b/WEB-INF/lib/form/TextField.class.php index 044b3d6d..4904e248 100644 --- a/WEB-INF/lib/form/TextField.class.php +++ b/WEB-INF/lib/form/TextField.class.php @@ -30,11 +30,10 @@ import('form.FormElement'); class TextField extends FormElement { - function __construct($name, $value = '') + function __construct($name) { $this->class = 'TextField'; $this->name = $name; - $this->value = $value; } // TODO: refactoring ongoing down from here.