Skip to content

Commit ed0884a

Browse files
committed
MAGETWO-59405: Improve Semantic of performance-toolkit Configuration
- CR changes.
1 parent c1d1fe2 commit ed0884a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/src/Magento/Setup/Fixtures/FixtureModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ public function getValue($key, $default = null)
223223
{
224224
return isset($this->config['config']['profile'][$key]) ?
225225
(
226+
// Work around for how attributes are handled in the XML parser when injected via xinclude due to the
227+
// files existing outside of the current working directory.
226228
isset($this->config['config']['profile'][$key]['_value']) ?
227229
$this->config['config']['profile'][$key]['_value'] : $this->config['config']['profile'][$key]
228230
) : $default;

0 commit comments

Comments
 (0)