Skip to content

Commit 289d198

Browse files
committed
MAGETWO-54682: [Customer] Fast load of product options
1 parent ef33a0f commit 289d198

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Model/Layout

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Model/Layout/Merge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ protected function _loadFileLayoutUpdatesXml()
709709
"Theme layout update file '%1' is not valid.\n%2",
710710
[
711711
$file->getFilename(),
712-
implode("\n", $xmlErrors),
712+
implode("\n", $xmlErrors)
713713
]
714714
)
715715
);

0 commit comments

Comments
 (0)