Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index e253e8e..0a8bf89 100644 (file)
@@ -84,7 +84,7 @@ class Combobox extends FormElement {
                if ($this->style!="")
                   $html .= " style=\"$this->style\"";
                 
-                if (!$this->isEnable())
+                if (!$this->isEnabled())
                   $html .= " disabled";
                   
                $html .= ">\n";