(bug 29224) Also use a packed modules string for the startup modules (usually there's only one, but there's a hook to add more)
This commit is contained in:
parent
1b442fd3d6
commit
674e20d91f
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class ResourceLoaderStartUpModule extends ResourceLoaderModule {
|
|||
}
|
||||
// Build load query for StartupModules
|
||||
$query = array(
|
||||
'modules' => implode( '|', $modules ),
|
||||
'modules' => ResourceLoader::makePackedModulesString( $modules ),
|
||||
'only' => 'scripts',
|
||||
'lang' => $context->getLanguage(),
|
||||
'skin' => $context->getSkin(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue