diff --git a/LocalWiki.php b/LocalWiki.php index 6566d1ea99..6a561d61f1 100644 --- a/LocalWiki.php +++ b/LocalWiki.php @@ -193,10 +193,13 @@ function onBeforePageDisplay( OutputPage $outputPage ) { break; case 'gui7814sgtafanonwiki': - $wgDplSettings['maxCategoryCount'] = 1000; - $wgDplSettings['maxResultCount'] = 1000; + $wgDplSettings['maxCategoryCount'] = 1000; + $wgDplSettings['maxResultCount'] = 1000; - break; + // T12963#260194: Should not be needed, but apparently is? + $wgDplSettings['allowUnlimitedCategories'] = true; + + break; case 'hommwiki': // T12565: This is a workaround for an upstream bug, please remove when the bug fix is merged $wgEnabledAudioTranscodeSet = [];