mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
7364ccaeda
commit
373ba3b50c
|
@ -126,9 +126,9 @@ class SkinCitizen extends SkinMustache {
|
|||
|
||||
// Load Citizen debug module if debug is enabled
|
||||
if (
|
||||
$this->getConfigValue( 'ShowDebug' ) === true
|
||||
|| $this->getConfigValue( 'ShowExceptionDetails' ) === true
|
||||
) {
|
||||
$this->getConfigValue( 'ShowDebug' ) === true
|
||||
|| $this->getConfigValue( 'ShowExceptionDetails' ) === true
|
||||
) {
|
||||
$options['styles'] = array_merge(
|
||||
$options['styles'],
|
||||
[ 'skins.citizen.styles.debug' ]
|
||||
|
|
Loading…
Reference in a new issue