Index: trunk/phase3/includes/upload/UploadBase.php |
— | — | @@ -212,9 +212,6 @@ |
213 | 213 | /** |
214 | 214 | * Verifies that it's ok to include the uploaded file |
215 | 215 | * |
216 | | - * FIXME: this function seems to intermixes tmpfile and $this->mTempPath .. no idea why this is |
217 | | - * |
218 | | - * @param string $tmpfile the full path of the temporary file to verify |
219 | 216 | * @return mixed true of the file is verified, a string or array otherwise. |
220 | 217 | */ |
221 | 218 | protected function verifyFile() { |