Fixed typo
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 06:06:13 +0000 (06:06 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 20 Mar 2005 06:06:13 +0000 (06:06 +0000)
includes/SpecialUpload.php

index 3045f79..c58d1a2 100644 (file)
@@ -317,7 +317,7 @@ class UploadForm {
                        $success = rename( $tempName, $this->mSavedFile );
                        wfRestoreWarnings();
 
-                       if( ! $success ) {
+                       if( ! $success ) {
                                $wgOut->fileCopyError( $tempName, $this->mSavedFile );
                                return false;
                        }