r52923 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52922‎ | r52923 | r52924 >
Date:17:07, 8 July 2009
Author:catrope
Status:ok
Tags:
Comment:
Fix missing global declaration
Modified paths:
  • /trunk/phase3/includes/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Preferences.php
@@ -217,6 +217,7 @@
218218 );
219219
220220 global $wgContLang, $wgDisableLangConversion;
 221+ global $wgDisableTitleConversion;
221222 /* see if there are multiple language variants to choose from*/
222223 $variantArray = array();
223224 if( !$wgDisableLangConversion ) {

Status & tagging log