Skip to content

Commit

Permalink
fix: 修复每次更新镜像smw都觉得schema不对的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed May 1, 2024
1 parent e6fd61c commit a88010b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
$wgGroupPermissions['user']['delete-rootuserpages'] = true; // Let users delete their own user page and user talk page
$wgGroupPermissions['user']['delete-usersubpages'] = true; // Let users delete their own user subpages and associated talk pages

# Arrays
# Arrays
wfLoadExtension('Arrays');

# Widgets
Expand Down Expand Up @@ -513,6 +513,7 @@
$wgGroupPermissions['sysop']['deletebatch'] = true;
wfLoadExtension('SemanticMediaWiki');
enableSemantics($wgCanonicalServer, true);
$smwgConfigFileDir= __DIR__ . '/etc';
wfLoadExtension('SemanticResultFormats');
$smwgDVFeatures = ($smwgDVFeatures & ~SMW_DV_WPV_DTITLE);
$smwgQueryResultCacheType = CACHE_MEMCACHED;
Expand Down

0 comments on commit a88010b

Please sign in to comment.