Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -20,6 +20,8 @@ |
21 | 21 | |
22 | 22 | * Fixed several issue with the OpenLayers form input. |
23 | 23 | |
| 24 | +* Fixed fatal error for Google Maps v2 options on Special:Ask. |
| 25 | + |
24 | 26 | === Semantic Maps 0.7 === |
25 | 27 | (2010-10-15) |
26 | 28 | |
Index: trunk/extensions/SemanticMaps/includes/services/OpenLayers/SM_OpenLayersFormInput.php |
— | — | @@ -1,21 +1,9 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | 4 | /** |
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 | | -/** |
18 | 5 | * Class for OpenLayers form inputs. |
19 | 6 | * |
| 7 | + * @file SM_OpenLayersFormInput.php |
20 | 8 | * @ingroup SMOpenLayers |
21 | 9 | * |
22 | 10 | * @author Jeroen De Dauw |