]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/UploadFile.class.php
Finished refactoring Turkish translation.
[timetracker.git] / WEB-INF / lib / form / UploadFile.class.php
index cfb671209e6046ca1e441bb8f5a6b3ba88484d5b..e46f29d3128e4e07650115ec30e45f56c14b4b09 100644 (file)
@@ -31,11 +31,10 @@ import('form.FormElement');
 class UploadFile extends FormElement {
     var $mMaxSize              = 100000;       // 100kb // TODO: refactor this.
 
-  function __construct($name, $value = '')
+  function __construct($name)
   {
     $this->class = 'UploadFile';
     $this->name = $name;
-    $this->value = $value;
   }
 
 // TODO: refactoring ongoing down from here.