Skip to content

Commit df6b2a6

Browse files
author
Sergii Kovalenko
committed
MAGETWO-88054: Stabilize S1 build
--move migration to Staging module
1 parent 3727127 commit df6b2a6

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/Module/Dir

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Module/Dir/Reader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ public function getComposerJsonFiles()
105105
*/
106106
private function getFilesIterator($filename, $subDir = '')
107107
{
108-
#if (!isset($this->fileIterators[$subDir][$filename])) {
108+
if (!isset($this->fileIterators[$subDir][$filename])) {
109109
$this->fileIterators[$subDir][$filename] = $this->fileIteratorFactory->create(
110110
$this->getFiles($filename, $subDir)
111111
);
112-
#}
112+
}
113113
return $this->fileIterators[$subDir][$filename];
114114
}
115115

0 commit comments

Comments
 (0)