http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71845
Revision: 71845
Author: jeroendedauw
Date: 2010-08-28 02:30:54 +0000 (Sat, 28 Aug 2010)
Log Message:
-----------
Follow up to r71843
Modified Paths:
--------------
trunk/extensions/Maps/Maps_Settings.php
Modified: trunk/extensions/Maps/Maps_Settings.php
===================================================================
--- trunk/extensions/Maps/Maps_Settings.php 2010-08-28 01:41:49 UTC (rev
71844)
+++ trunk/extensions/Maps/Maps_Settings.php 2010-08-28 02:30:54 UTC (rev
71845)
@@ -38,13 +38,13 @@
# Geocoding support, required for the geocoding parser
functions and smart geocoding support in all other parser functions.
include_once $egMapsDir . 'Geocoders/Maps_Geocoders.php';
# Geocoding parser functions: #geocode, #geocodelat,
#geocodelon.
- include_once $egMapsDir .
'ParserFunctions/Maps_GeocodeFunctions.php';
+ include_once $egMapsDir .
'ParserHooks/Maps_GeocodeFunctions.php';
# Required for #coordinates.
- include_once $egMapsDir .
'ParserFunctions/Maps_Coordinates.php';
+ include_once $egMapsDir . 'ParserHooks/Maps_Coordinates.php';
# Required for #distance.
- include_once $egMapsDir . 'ParserFunctions/Maps_Distance.php';
+ include_once $egMapsDir . 'ParserHooks/Maps_Distance.php';
# Geographic parser functions: #geodistance, #finddestination
- include_once $egMapsDir .
'ParserFunctions/Maps_GeoFunctions.php';
+ include_once $egMapsDir . 'ParserHooks/Maps_GeoFunctions.php';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs