r69393 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69392
|
r69393
|
r69394
>
Date:
16:59, 15 July 2010
Author:
maxsem
Status:
deferred
Tags:
Comment:
Maps: hooks must return something. Preferrably, true:)
Modified paths:
/trunk/extensions/Maps/Maps.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/Maps/Maps.php
—
—
@@ -176,4 +176,5 @@
177
177
function efMapsUnitTests( array &$files ) {
178
178
$testDir = dirname( __FILE__ ) . '/test/';
179
179
$files[] = $testDir . 'MapsCoordinateParserTest.php';
180
+ return true;
180
181
}
\ No newline at end of file
Status & tagging log
17:56, 15 July 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r69393
[
removed:
new
added:
deferred]