Index: tags/extensions/SemanticMediaWiki/REL_1_2/includes/SMW_Settings.php |
— | — | @@ -228,7 +228,7 @@ |
229 | 229 | # Use another storage backend for Semantic MediaWiki. Use SMW_STORE_TESTING |
230 | 230 | # to run tests without modifying your database at all. |
231 | 231 | ## |
232 | | -$smwgDefaultStore = "SMWSQLStore"; |
| 232 | +$smwgDefaultStore = "SMWSQLStore2"; |
233 | 233 | ## |
234 | 234 | ## The following is for backwards compatibility of LocalSettings.php only |
235 | 235 | define('SMW_STORE_MWDB',"SMWSQLStore"); // uses the MediaWiki database, needs initialisation via Special:SMWAdmin. |