From e505a59df76495e33450a24c5f0462fe0da15a2a Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Fri, 22 Jan 2010 21:37:29 +0000 Subject: [PATCH] Fix undefined variable --- includes/WikiMap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WikiMap.php b/includes/WikiMap.php index e68a232f8e..878e165fb5 100644 --- a/includes/WikiMap.php +++ b/includes/WikiMap.php @@ -41,7 +41,7 @@ class WikiMap { if ( $wiki ) { return $wiki->getDisplayName(); } - return $wiki_id; + return $wikiID; } /** -- 2.20.1