Index: trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php |
— | — | @@ -22,7 +22,9 @@ |
23 | 23 | * |
24 | 24 | * @param string $address |
25 | 25 | */ |
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 | + } |
27 | 29 | |
28 | 30 | /** |
29 | 31 | * Returns the content of the requested file, or false when the connection fails |