]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/UploadFile.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / UploadFile.class.php
index 7e76d64cbf474d37ffd2fdc0410c3677502a2902..eb24259e97ed4e4f5ce2ee204f1fa190a7108db0 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;