Merge "Update monolog/monolog from 1.22.1 -> 1.24.0"
[lhc/web/wiklou.git] / includes / resourceloader / ResourceLoaderOOUIModule.php
index 0a4e94e..0395127 100644 (file)
@@ -104,7 +104,7 @@ trait ResourceLoaderOOUIModule {
         */
        protected function getThemePath( $theme, $kind, $module ) {
                $paths = self::getThemePaths();
-               $path = $paths[ $theme ][ $kind ];
+               $path = $paths[$theme][$kind];
                $path = str_replace( '{module}', $module, $path );
                return $path;
        }