r47812 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r47811‎ | r47812 | r47813 >
Date:21:54, 25 February 2009
Author:demon
Status:ok
Tags:
Comment:
More unused globals.
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -2684,7 +2684,7 @@
26852685 * @private
26862686 */
26872687 function braceSubstitution( $piece, $frame ) {
2688 - global $wgContLang, $wgAllowDisplayTitle, $wgNonincludableNamespaces;
 2688+ global $wgContLang, $wgNonincludableNamespaces;
26892689 wfProfileIn( __METHOD__ );
26902690 wfProfileIn( __METHOD__.'-setup' );
26912691

Status & tagging log