From fda6a900458febdece812e8a07478b939a899543 Mon Sep 17 00:00:00 2001 From: BlankEclair Date: Sun, 8 Dec 2024 16:47:05 +1100 Subject: [PATCH] T12963: Set allowUnlimitedCategories to true for gui7814sgtafanonwiki Closes T12963 --- LocalWiki.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 = [];