X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=211bad1e0b5ed4016cd8497a23b56fcc05f56daf;hb=6ae9367cddf8565c948f4d9458b07bb688f2ddc2;hp=0ccdb11af9e383efbc7ad2b1500a901cd264512c;hpb=8ed7922a5ddda7e8861c232eb6f953d31e679a32;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 0ccdb11af9..211bad1e0b 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -170,7 +170,8 @@ class WebInstallerOutput { $styles = array_merge( $styles, ResourceLoader::makeCombinedStyles( $module->readStyleFiles( $module->getStyleFiles( $rlContext ), - $module->getFlip( $rlContext ) + $module->getFlip( $rlContext ), + $rlContext ) ) ); }