Tidy up phpdoc to match code
authorMark A. Hershberger <mah@users.mediawiki.org>
Mon, 15 Feb 2010 20:20:14 +0000 (20:20 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Mon, 15 Feb 2010 20:20:14 +0000 (20:20 +0000)
includes/upload/UploadBase.php

index d0f05f6..e474523 100644 (file)
@@ -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() {