Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | 'author' => array("[http://bn2vs.com Jeroen De Dauw]", "Yaron Koren", "Robert Buzink"), |
48 | 48 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Maps', |
49 | 49 | 'description' => wfMsg( 'semanticmaps_desc', $services_list ), |
50 | | - 'descriptionmsg' => 'semanticmaps_desc', |
| 50 | + 'descriptionmsg' => array( 'semanticmaps_desc', $services_list ), |
51 | 51 | ); |
52 | 52 | |
53 | 53 | smfInitializeService('map', 'SMMapper'); |
Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | 'author' => array("[http://bn2vs.com Jeroen De Dauw]", "[http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren]", "Robert Buzink", "Matt Williamson", "[http://www.sergeychernyshev.com Sergey Chernyshev]"), |
76 | 76 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Maps', |
77 | 77 | 'description' => wfMsg( 'maps_desc', $services_list ), |
78 | | - 'descriptionmsg' => 'maps_desc', |
| 78 | + 'descriptionmsg' => array( 'maps_desc', $services_list ), |
79 | 79 | ); |
80 | 80 | |
81 | 81 | efMapsAddParserHooks(); |