From e291ec4a5756715ffd15466b2bd2bb5623d1a66d Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Mon, 15 Feb 2010 20:20:14 +0000 Subject: [PATCH] Tidy up phpdoc to match code --- includes/upload/UploadBase.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index d0f05f6b8e..e474523b94 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -212,9 +212,6 @@ abstract class UploadBase { /** * Verifies that it's ok to include the uploaded file * - * FIXME: this function seems to intermixes tmpfile and $this->mTempPath .. no idea why this is - * - * @param string $tmpfile the full path of the temporary file to verify * @return mixed true of the file is verified, a string or array otherwise. */ protected function verifyFile() { -- 2.20.1