Skip to content

Commit 782bee9

Browse files
committed
MAGETWO-35136: Delete Segments
- modifying modules with override function
1 parent 6719966 commit 782bee9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/Catalog/etc/module.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
99
<module name="Magento_Catalog" setup_version="2.0.0.1">
1010
<sequence>
11+
<module name="Magento_Rss"/>
1112
<module name="Magento_Eav"/>
1213
<module name="Magento_Cms"/>
1314
<module name="Magento_Indexer"/>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ private function createModulesConfig($request)
332332
$result[$module] = 1;
333333
}
334334
}
335-
$this->deploymentConfigWriter->saveConfig([ConfigFilePool::APP_CONFIG => ['modules' => $result]]);
335+
$this->deploymentConfigWriter->saveConfig([ConfigFilePool::APP_CONFIG => ['modules' => $result]], true);
336336
return $result;
337337
}
338338

0 commit comments

Comments
 (0)