From: Andrew Garrett Date: Tue, 18 Nov 2008 02:53:29 +0000 (+0000) Subject: Remove some debugging code... X-Git-Tag: 1.31.0-rc.0~44291 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=08fe34b985f224d312d2d3d4d91a30bee406c5fd;p=lhc%2Fweb%2Fwiklou.git Remove some debugging code... --- diff --git a/includes/specials/SpecialUpload.php b/includes/specials/SpecialUpload.php index e56883b498..c87c485204 100644 --- a/includes/specials/SpecialUpload.php +++ b/includes/specials/SpecialUpload.php @@ -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 ''; } }