Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / UploadFile.class.php
index 7e76d64..eb24259 100644 (file)
@@ -41,7 +41,7 @@ class UploadFile extends FormElement {
        function setMaxSize($value)     { $this->mMaxSize = $value;     }
        function getMaxSize()   { return $this->mMaxSize; }
        
-       function toStringControl() {
+       function getHtml() {
 
             if ($this->id=="") $this->id = $this->name;