Remove most named character references from output
[lhc/web/wiklou.git] / includes / specials / SpecialUpload.php
index cba2851..dee0301 100644 (file)
@@ -675,7 +675,7 @@ class SpecialUpload extends SpecialPage {
                        // if there isn't an exact match...
                        $file = wfLocalFile( $filename );
                }
-               $s = ' ';
+               $s = ' ';
                if ( $file ) {
                        $exists = UploadBase::getExistsWarning( $file );
                        $warning = self::getExistsWarning( $exists );