Skip to content

Commit 01f862c

Browse files
AC-11421:In existing Magento installation when install third party indexer module set indexers in update by schedule by default:Change default Index mode schedule
1 parent eecc110 commit 01f862c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,15 +1734,15 @@ private function isAdminDataSet($request)
17341734
$request,
17351735
function ($value, $key) {
17361736
return in_array(
1737-
$key,
1738-
[
1737+
$key,
1738+
[
17391739
AdminAccount::KEY_EMAIL,
17401740
AdminAccount::KEY_FIRST_NAME,
17411741
AdminAccount::KEY_LAST_NAME,
17421742
AdminAccount::KEY_USER,
17431743
AdminAccount::KEY_PASSWORD,
17441744
]
1745-
) && $value !== null;
1745+
) && $value !== null;
17461746
},
17471747
ARRAY_FILTER_USE_BOTH
17481748
);

0 commit comments

Comments
 (0)