]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Submit.class.php
Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index 236fdb4bd9f2dc7a0c4eb8489ca8543768b28d6c..c6c917ed0dbaa002e82174f4e65d9f2f2104116f 100644 (file)
@@ -44,7 +44,7 @@ class Submit extends FormElement {
                $html = "\n\t<input";
                $html .= " type=\"submit\" name=\"$this->name\" id=\"$this->id\"";
                
-               if (!$this->isEnable()) {
+               if (!$this->isEnabled()) {
                        $html .= " disabled=\"true\"";
                }