Skip to content
Snippets Groups Projects

Issue #3364204: Locale configuration storage passes wrong arguments to install storage

Files
2
@@ -129,8 +129,8 @@ public function listAll() {
@@ -129,8 +129,8 @@ public function listAll() {
public function getComponentNames($type, array $list) {
public function getComponentNames($type, array $list) {
$names = array_unique(
$names = array_unique(
array_merge(
array_merge(
array_keys($this->requiredInstallStorage->getComponentNames($type, $list)),
array_keys($this->requiredInstallStorage->getComponentNames($list)),
array_keys($this->optionalInstallStorage->getComponentNames($type, $list))
array_keys($this->optionalInstallStorage->getComponentNames($list))
)
)
);
);
if ($type == 'module' && in_array('language', $list)) {
if ($type == 'module' && in_array('language', $list)) {
Loading