]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Combobox.class.php
Refactoring - renamed a few things.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index e253e8ec2e62f1ac9b97f80536e06a88a5501152..0a8bf89cd9606df7f46b187c3f0443e912fdce9f 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";