Merge "Correct the plural forms for Manx (Gaelg)"
[lhc/web/wiklou.git] / includes / upload / UploadBase.php
index 17d8895..a6c3421 100644 (file)
@@ -322,8 +322,8 @@ abstract class UploadBase {
 
                $error = '';
                if ( !wfRunHooks( 'UploadVerification',
-                       array( $this->mDestName, $this->mTempPath, &$error ) ) )
-               {
+                       array( $this->mDestName, $this->mTempPath, &$error ) )
+               {
                        wfProfileOut( __METHOD__ );
                        return array( 'status' => self::HOOK_ABORTED, 'error' => $error );
                }