mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 06:24:22 +00:00
fix(core): 🐛 incorrect class of auto theme on page output
This commit is contained in:
parent
173f093a07
commit
405eef0b9a
|
@ -53,7 +53,7 @@ final class Theme extends Partial {
|
|||
|
||||
// Add HTML class based on theme set
|
||||
if ( CLIENTPREFS_THEME_MAP[ $theme ] ) {
|
||||
$out->addHtmlClasses( 'skin-theme-clientpref-' . $theme );
|
||||
$out->addHtmlClasses( 'skin-theme-clientpref-' . CLIENTPREFS_THEME_MAP[ $theme ] );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue