diff --git a/GlobalCache.php b/GlobalCache.php index b58ec05d68..ac37d0c0a9 100644 --- a/GlobalCache.php +++ b/GlobalCache.php @@ -44,6 +44,12 @@ [ '10.0.20.148', 11211 ] ]; +if ( $beta ) { + $wgMirahezeMagicMemcachedServers = [ + [ '10.0.15.118', 11211 ], + ]; +} + $wgObjectCaches['mysql-multiwrite'] = [ 'class' => MultiWriteBagOStuff::class, 'caches' => [ diff --git a/LocalSettings.php b/LocalSettings.php index 55a8f43cbc..7e67ca1468 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -3059,7 +3059,7 @@ 'default' => [], 'cloudstreamwiki' => [ 'cloudstreamrepo://' ], 'downgradegameswiki' => [ 'steam://' ], - 'cafewiki' => [ 'roblox://', 'discord://' ], + 'cafewiki' => [ 'roblox://', 'discord://' ], 'urbanshadewiki' => [ 'roblox://' ], 'utgwiki' => [ 'roblox://' ], 'farmwiki' => [ 'roblox://' ], diff --git a/LocalWiki.php b/LocalWiki.php index 2f3336c0e1..a14ce52912 100644 --- a/LocalWiki.php +++ b/LocalWiki.php @@ -872,7 +872,7 @@ function onBeforePageDisplay( OutputPage $out ) { break; case 'softcellwiki': - $wgExtensionFunctions[] = function () { + $wgExtensionFunctions[] = static function () { global $wgEchoNotifications; foreach ( $wgEchoNotifications as &$event ) {