Skip to content

Commit 036140e

Browse files
committed
MAGETWO-34528: Contribution of Sprint 24 Work to Mainline
- fixes for build errors
1 parent 75b93ab commit 036140e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9-
<module name="Magento_Config" schema_version="2.0.0"/>
9+
<module name="Magento_Config" setup_version="2.0.0"/>
1010
</config>

app/code/Magento/Core/Setup/InstallData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class InstallData implements InstallDataInterface
2121
*/
2222
public function install(ModuleDataSetupInterface $setup, ModuleContextInterface $context)
2323
{
24-
$installer = $setup->createMigrationSetup();
2524
$setup->startSetup();
2625

2726
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9-
<module name="Magento_Variable" schema_version="2.0.0">
9+
<module name="Magento_Variable" setup_version="2.0.0">
1010
</module>
1111
</config>

0 commit comments

Comments
 (0)