Index: trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | * |
24 | 24 | * @param string $address |
25 | 25 | */ |
26 | | - public abstract static function geocode( $address ); |
| 26 | + public abstract function geocode( $address ); |
27 | 27 | |
28 | 28 | /** |
29 | 29 | * Returns the content of the requested file, or false when the connection fails |