X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstallerOutput.php;h=211bad1e0b5ed4016cd8497a23b56fcc05f56daf;hb=f2c242e2e8d86d6d12ae9c160b88c43558306d8f;hp=0ccdb11af9e383efbc7ad2b1500a901cd264512c;hpb=96366c1cf1966ca07e8f0b4361bbca28bfaf43a0;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 ) ) ); }