InternationalScratchWiki / ScratchWikiSkin2

Skin for the Scratch Wiki.
https://en.scratch-wiki.info
MIT License
17 stars 15 forks source link

Deprecated: SkinScratchWikiSkin::setupSkinUserCss must not modify the style module list, #72

Closed jdlrobson closed 3 years ago

jdlrobson commented 3 years ago

In MediaWiki (current master):

( ! ) Deprecated: SkinScratchWikiSkin::setupSkinUserCss must not modify the style module list, this is deprecated since 1.32 [Called from OutputPage::getRlClient in /vagrant/mediawiki/includes/OutputPage.php at line 2996] in /vagrant/mediawiki/includes/debug/MWDebug.php on line 329

You can move the body of the setupSkinUserCss into initPage to safely fix this.

Kenny2github commented 3 years ago

@jacob-g Assigning you in case you feel like fixing this, I'm otherwise entangled at the moment

jacob-g commented 3 years ago

Will investigate when I get the chance. Thanks for the heads up.