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 @@
177177 function efMapsUnitTests( array &$files ) {
178178 $testDir = dirname( __FILE__ ) . '/test/';
179179 $files[] = $testDir . 'MapsCoordinateParserTest.php';
 180+ return true;
180181 }
\ No newline at end of file

Status & tagging log