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 @@
42
42
if ( $wiki ) {
43
43
return $wiki->getDisplayName();
44
44
}
45
- return $wiki_id;
45
+ return $wikiID;
46
46
}
47
47
48
48
/**
Status & tagging log
23:53, 28 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61398
[
removed:
new
added:
ok]