]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Hidden.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Hidden.class.php
index 57ed9aa2440f2b2a3e9a90bb593f74b18ee16e56..e06466e1f1700f0219fb44c597142582b303a3dc 100644 (file)
@@ -37,7 +37,7 @@ class Hidden extends FormElement {
                $this->value = $value;
        }
 
-       function toStringControl()      {
+       function getHtml()      {
            
            if ($this->id=="") $this->id = $this->name;