r64431 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64430‎ | r64431 | r64432 >
Date:07:55, 31 March 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r64430
Modified paths:
  • /trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php
@@ -22,7 +22,9 @@
2323 *
2424 * @param string $address
2525 */
26 - public abstract function geocode( $address );
 26+ public static function geocode( $address ) {
 27+ return false; // This method needs to be overriden, if it's not, return false.
 28+ }
2729
2830 /**
2931 * Returns the content of the requested file, or false when the connection fails

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64430Follow up to r64427jeroendedauw07:24, 31 March 2010

Status & tagging log