From: Tim Starling Date: Sun, 20 Mar 2005 06:06:13 +0000 (+0000) Subject: Fixed typo X-Git-Tag: 1.5.0alpha1~564 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=8872850f7e4198251ffcdf34842563670a265bd3;p=lhc%2Fweb%2Fwiklou.git Fixed typo --- 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; }