r62674 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r62673‎ | r62674 | r62675 >
Date:17:24, 18 February 2010
Author:demon
Status:deferred
Tags:
Comment:
(bug 22573) Leftover debug line in GlobalSettings
Modified paths:
  • /branches/js2-work/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: branches/js2-work/phase3/includes/GlobalFunctions.php
@@ -708,9 +708,6 @@
709709 }
710710 } else {
711711 $lang = wfGetLangObj( $langCode );
712 -
713 - print_r($lang);
714 -
715712 # MessageCache::get() does this already, Language::getMessage() doesn't
716713 # ISSUE: Should we try to handle "message/lang" here too?
717714 $key = str_replace( ' ' , '_' , $wgContLang->lcfirst( $key ) );

Status & tagging log