Skip to content

Commit

Permalink
T12963: Set allowUnlimitedCategories to true for gui7814sgtafanonwiki
Browse files Browse the repository at this point in the history
Closes T12963
  • Loading branch information
BlankEclair committed Dec 8, 2024
1 parent d6113a9 commit fda6a90
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions LocalWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit fda6a90

Please sign in to comment.