]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/TextField.class.php
Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / TextField.class.php
index 9107c963d73177a063c76a7afc8dbaa7cb27c572..20b7fc6eb9dbcfa39b82001f8e8f77f75c490629 100644 (file)
@@ -42,7 +42,7 @@ class TextField extends FormElement {
        function getAsPassword()        { return $this->mPassword; }
 
        function toStringControl() {
-               if (!$this->isEnable()) {
+               if (!$this->isEnabled()) {
                        $html = "<input name=\"$this->name\" value=\"".htmlspecialchars($this->getValue())."\" readonly>\n";
                } else {