Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -102,12 +102,12 @@ |
103 | 103 | $incDir = $smwgIP . 'includes/'; |
104 | 104 | $wgAutoloadClasses['SMWCompatibilityHelpers'] = $incDir . 'SMW_CompatibilityHelpers.php'; |
105 | 105 | $wgAutoloadClasses['SMWDataValueFactory'] = $incDir . 'SMW_DataValueFactory.php'; |
106 | | - $wgAutoloadClasses['SMWFactbox'] = $incDir . 'SMW_Factbox.php'; |
| 106 | + $wgAutoloadClasses['SMWFactbox'] = $incDir . 'SMW_Factbox.php'; |
107 | 107 | $wgAutoloadClasses['SMWInfolink'] = $incDir . 'SMW_Infolink.php'; |
108 | | - $wgAutoloadClasses['SMWOutputs'] = $incDir . 'SMW_Outputs.php'; |
109 | | - $wgAutoloadClasses['SMWParseData'] = $incDir . 'SMW_ParseData.php'; |
| 108 | + $wgAutoloadClasses['SMWOutputs'] = $incDir . 'SMW_Outputs.php'; |
| 109 | + $wgAutoloadClasses['SMWParseData'] = $incDir . 'SMW_ParseData.php'; |
110 | 110 | $wgAutoloadClasses['SMWParserExtensions'] = $incDir . 'SMW_ParserExtensions.php'; |
111 | | - $wgAutoloadClasses['SMWQueryLanguage'] = $incDir . 'SMW_QueryLanguage.php'; |
| 111 | + $wgAutoloadClasses['SMWQueryLanguage'] = $incDir . 'SMW_QueryLanguage.php'; |
112 | 112 | $wgAutoloadClasses['SMWSemanticData'] = $incDir . 'SMW_SemanticData.php'; |
113 | 113 | $wgAutoloadClasses['SMWPageLister'] = $incDir . 'SMW_PageLister.php'; |
114 | 114 | |
— | — | @@ -481,7 +481,7 @@ |
482 | 482 | /**********************************************/ |
483 | 483 | |
484 | 484 | /** |
485 | | - * Init the additional namepsaces used by Semantic MediaWiki. |
| 485 | + * Init the additional namespaces used by Semantic MediaWiki. |
486 | 486 | */ |
487 | 487 | function smwfInitNamespaces() { |
488 | 488 | global $smwgNamespaceIndex, $wgExtraNamespaces, $wgNamespaceAliases, $wgNamespacesWithSubpages, $wgLanguageCode, $smwgContLang; |