r74993 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74992‎ | r74993 | r74994 >
Date:02:10, 19 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed fatal error
Modified paths:
  • /trunk/extensions/SemanticMaps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/RELEASE-NOTES
@@ -20,6 +20,8 @@
2121
2222 * Fixed several issue with the OpenLayers form input.
2323
 24+* Fixed fatal error for Google Maps v2 options on Special:Ask.
 25+
2426 === Semantic Maps 0.7 ===
2527 (2010-10-15)
2628
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php
@@ -1,21 +1,9 @@
22 <?php
33
44 /**
5 - * File holding the SMOpenLayersFormInput class.
6 - *
7 - * @file SM_OpenLayersFormInput.php
8 - * @ingroup SMOpenLayers
9 - *
10 - * @author Jeroen De Dauw
11 - */
12 -
13 -if ( !defined( 'MEDIAWIKI' ) ) {
14 - die( 'Not an entry point.' );
15 -}
16 -
17 -/**
185 * Class for OpenLayers form inputs.
196 *
 7+ * @file SM_OpenLayersFormInput.php
208 * @ingroup SMOpenLayers
219 *
2210 * @author Jeroen De Dauw

Status & tagging log