Skip to content

Commit 62ac658

Browse files
author
George Babarus
committed
replace DIRECTORY_SEPARATOR with /
1 parent ffe156b commit 62ac658

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/App/DeploymentConfig

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/DeploymentConfig/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function load($fileKey = null)
108108
} else {
109109
$configFiles = $this->getFiles();
110110
foreach ($configFiles as $file) {
111-
$configFile = $path . DIRECTORY_SEPARATOR . $file;
111+
$configFile = $path . '/' . $file;
112112
if ($fileDriver->isExists($configFile)) {
113113
$fileData = include $configFile;
114114
if (!is_array($fileData)) {

0 commit comments

Comments
 (0)