r61398 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61397‎ | r61398 | r61399 >
Date:21:37, 22 January 2010
Author:btongminh
Status:ok
Tags:
Comment:
Fix undefined variable
Modified paths:
  • /trunk/phase3/includes/WikiMap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiMap.php
@@ -41,7 +41,7 @@
4242 if ( $wiki ) {
4343 return $wiki->getDisplayName();
4444 }
45 - return $wiki_id;
 45+ return $wikiID;
4646 }
4747
4848 /**

Status & tagging log