From: Bryan Tong Minh Date: Fri, 22 Jan 2010 21:37:29 +0000 (+0000) Subject: Fix undefined variable X-Git-Tag: 1.31.0-rc.0~38152 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e505a59df76495e33450a24c5f0462fe0da15a2a;p=lhc%2Fweb%2Fwiklou.git Fix undefined variable --- 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; } /**