Skip to content

Commit

Permalink
Fixes Class 'ResourceLoaderSkinModule' Not Found Error
Browse files Browse the repository at this point in the history
The alias ResourceLoaderSkinModule was dropped in favor of
MediaWiki\\ResourceLoader\\SkinModule in

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/994854

See: https://phabricator.wikimedia.org/T356563
  • Loading branch information
jdlrobson committed Feb 4, 2024
1 parent e1b3f04 commit 01fcb2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"ResourceModules": {
"skins.femiwiki": {
"class": "ResourceLoaderSkinModule",
"class": "MediaWiki\\ResourceLoader\\SkinModule",
"features": {
"content-media": true,
"toc": false,
Expand All @@ -34,7 +34,7 @@
]
},
"skins.femiwiki.xeicon": {
"class": "ResourceLoaderSkinModule",
"class": "MediaWiki\\ResourceLoader\\SkinModule",
"features": {
"content-body": false,
"toc": false
Expand Down

0 comments on commit 01fcb2d

Please sign in to comment.