Remove some debugging code...
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 18 Nov 2008 02:53:29 +0000 (02:53 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 18 Nov 2008 02:53:29 +0000 (02:53 +0000)
includes/specials/SpecialUpload.php

index e56883b..c87c485 100644 (file)
@@ -767,7 +767,7 @@ class UploadForm {
                        $name = Title::makeTitle( NS_IMAGE, $archivedImage->getName() )->getPrefixedText();
                        return Xml::tags( 'li', null, wfMsgExt( 'file-deleted-duplicate', array( 'parseinline' ), array( $name ) ) );
                } else {
-                       return 'FOOO';
+                       return '';
                }
        }