Index: trunk/extensions/RDFIO/specials/SpecialARC2Admin.php |
— | — | @@ -21,5 +21,5 @@ |
22 | 22 | |
23 | 23 | $wgAutoloadClasses['SpecialARC2Admin'] = $dir . 'SpecialARC2Admin_body.php'; # Tell MediaWiki to load the extension body. |
24 | 24 | $wgExtensionMessagesFiles['SpecialARC2Admin'] = $dir . '../RDFIO.i18n.php'; |
25 | | -$wgExtensionAliasesFiles['SpecialARC2Admin'] = $dir . 'SpecialARC2Admin.alias.php'; |
| 25 | +$wgExtensionAliasFiles['SpecialARC2Admin'] = $dir . '../RDFIO.alias.php'; |
26 | 26 | $wgSpecialPages['SpecialARC2Admin'] = 'SpecialARC2Admin'; # Let MediaWiki know about your new special page. |
Index: trunk/extensions/RDFIO/specials/SpecialSPARQLEndpoint.php |
— | — | @@ -21,5 +21,5 @@ |
22 | 22 | |
23 | 23 | $wgAutoloadClasses['SPARQLEndpoint'] = $dir . 'SpecialSPARQLEndpoint_body.php'; # Tell MediaWiki to load the extension body. |
24 | 24 | $wgExtensionMessagesFiles['SPARQLEndpoint'] = $dir . '../RDFIO.i18n.php'; |
25 | | -$wgExtensionAliasesFiles['SPARQLEndpoint'] = $dir . 'SpecialSPARQLEndpoint.alias.php'; |
| 25 | +$wgExtensionAliasesFiles['SPARQLEndpoint'] = $dir . '../RDFIO.alias.php'; |
26 | 26 | $wgSpecialPages['SPARQLEndpoint'] = 'SPARQLEndpoint'; # Let MediaWiki know about your new special page. |
Index: trunk/extensions/RDFIO/specials/SpecialRDFImport.php |
— | — | @@ -21,5 +21,5 @@ |
22 | 22 | |
23 | 23 | $wgAutoloadClasses['RDFImport'] = $dir . 'SpecialRDFImport_body.php'; # Tell MediaWiki to load the extension body. |
24 | 24 | $wgExtensionMessagesFiles['RDFImport'] = $dir . '../RDFIO.i18n.php'; |
25 | | -$wgExtensionAliasesFiles['RDFImport'] = $dir . 'SpecialRDFImport.alias.php'; |
| 25 | +$wgExtensionAliasFiles['RDFImport'] = $dir . '../RDFIO.alias.php'; |
26 | 26 | $wgSpecialPages['RDFImport'] = 'RDFImport'; # Let MediaWiki know about your new special page. |