Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -116,8 +116,8 @@ |
117 | 117 | 'version' => Maps_VERSION, |
118 | 118 | '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]"), |
119 | 119 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Maps', |
120 | | - 'description' => wfMsgExt( 'maps_desc', 'parsemag', $services_list, $service_count ), |
121 | | - 'descriptionmsg' => wfMsgExt( 'maps_desc', 'parsemag', $services_list, $service_count ), |
| 120 | + 'description' => wfMsgExt( 'maps_desc', 'parsemag', $services_list, $services_count ), |
| 121 | + 'descriptionmsg' => wfMsgExt( 'maps_desc', 'parsemag', $services_list, $services_count ), |
122 | 122 | ); |
123 | 123 | |
124 | 124 | efMapsAddParserHooks(); |