https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109869

Revision: 109869
Author:   wikinaut
Date:     2012-01-23 23:07:46 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
follow up r109867 : removing require() where it is not needed any more.

Modified Paths:
--------------
    trunk/extensions/GoogleMaps/GoogleMaps.php
    trunk/extensions/GoogleMaps/SpecialGoogleMapsKML.php

Modified: trunk/extensions/GoogleMaps/GoogleMaps.php
===================================================================
--- trunk/extensions/GoogleMaps/GoogleMaps.php  2012-01-23 23:04:45 UTC (rev 
109868)
+++ trunk/extensions/GoogleMaps/GoogleMaps.php  2012-01-23 23:07:46 UTC (rev 
109869)
@@ -5,9 +5,9 @@
 # Copyright Evan Miller ([email protected])
 # Modifications copyright Joshua Hodge
 
-# Version 0.9.41, 23 Jan 2012
+# Version 0.9.42, 23 Jan 2012
 
-define('GOOGLE_MAPS_EXTENSION_VERSION', '0.9.41');
+define('GOOGLE_MAPS_EXTENSION_VERSION', '0.9.42');
 
 // if we're not in the mediawiki framework just die
 if( !defined( 'MEDIAWIKI' ) ) {

Modified: trunk/extensions/GoogleMaps/SpecialGoogleMapsKML.php
===================================================================
--- trunk/extensions/GoogleMaps/SpecialGoogleMapsKML.php        2012-01-23 
23:04:45 UTC (rev 109868)
+++ trunk/extensions/GoogleMaps/SpecialGoogleMapsKML.php        2012-01-23 
23:07:46 UTC (rev 109869)
@@ -1,7 +1,5 @@
 <?php
 
-require_once( "$IP/includes/SpecialPage.php" );
-
 // TODO: Captions here
 // Bugs in main renderer (oops)
 // Output specific maps


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to