Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -220,6 +220,7 @@ |
221 | 221 | $wgAutoloadClasses['SMWSomeProperty'] = $stoDir . 'SMW_Description.php'; |
222 | 222 | $wgAutoloadClasses['SMWSQLStore2'] = $stoDir . 'SMW_SQLStore2.php'; |
223 | 223 | $wgAutoloadClasses['SMWSqlStubSemanticData'] = $stoDir . 'SMW_SqlStubSemanticData.php'; |
| 224 | + $wgAutoloadClasses['SMWSqlStore2IdCache'] = $stoDir . 'SMW_SqlStore2IdCache.php'; |
224 | 225 | $wgAutoloadClasses['SMWSQLStore2Table'] = $stoDir . 'SMW_SQLStore2Table.php'; |
225 | 226 | $wgAutoloadClasses['SMWSQLHelpers'] = $stoDir . 'SMW_SQLHelpers.php'; |
226 | 227 | $wgAutoloadClasses['SMWSparqlStore'] = $stoDir . 'SMW_SparqlStore.php'; |