Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index 236fdb4..c6c917e 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\"";
                }