From 8872850f7e4198251ffcdf34842563670a265bd3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 20 Mar 2005 06:06:13 +0000 Subject: [PATCH] Fixed typo --- includes/SpecialUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialUpload.php b/includes/SpecialUpload.php index 3045f7907e..c58d1a2dc2 100644 --- a/includes/SpecialUpload.php +++ b/includes/SpecialUpload.php @@ -317,7 +317,7 @@ class UploadForm { $success = rename( $tempName, $this->mSavedFile ); wfRestoreWarnings(); - if( ! $success ) ) { + if( ! $success ) { $wgOut->fileCopyError( $tempName, $this->mSavedFile ); return false; } -- 2.20.1