Skip to content

Commit c01a156

Browse files
author
Joan He
committed
MAGETWO-32443: [GITHUB] if_module_enabled has no effect #934
1 parent c8d1844 commit c01a156

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Config/Model/Config/Structure/Element/Field.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function __construct(
7272
$this->_commentFactory = $commentFactory;
7373
$this->_blockFactory = $blockFactory;
7474
$this->_dependencyMapper = $dependencyMapper;
75-
$this->moduleManager = $moduleManager;
7675
}
7776

7877
/**

app/code/Magento/Config/Model/Config/Structure/Element/Section.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function __construct(
2828
) {
2929
parent::__construct($storeManager, $moduleManager, $childrenIterator);
3030
$this->_authorization = $authorization;
31-
$this->moduleManager = $moduleManager;
3231
}
3332

3433
/**

0 commit comments

Comments
 (0)