File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/internal/Magento/Framework/View/Model/Layout Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ protected function _loadFileLayoutUpdatesXml()
727
727
$ updateFiles = array_merge ($ updateFiles , $ this ->pageLayoutFileSource ->getFiles ($ theme , '*.xml ' ));
728
728
$ useErrors = libxml_use_internal_errors (true );
729
729
foreach ($ updateFiles as $ file ) {
730
- /** @var $fileReader \Magento\Framework\Filesystem\File\Read */
730
+ /** @var $fileReader \Magento\Framework\Filesystem\File\Read */
731
731
$ fileReader = $ this ->readFactory ->create ($ file ->getFilename (), DriverPool::FILE );
732
732
$ fileStr = $ fileReader ->readAll ($ file ->getName ());
733
733
$ fileStr = $ this ->_substitutePlaceholders ($ fileStr );
@@ -926,6 +926,7 @@ public function getScope()
926
926
*/
927
927
public function getCacheId ()
928
928
{
929
- return $ this ->generateCacheId (md5 (implode ('| ' , array_merge ($ this ->getHandles (), $ this ->layoutCacheKey ->getCacheKeys ()))));
929
+ return $ this ->generateCacheId (md5 (implode ('| ' ,
930
+ array_merge ($ this ->getHandles (), $ this ->layoutCacheKey ->getCacheKeys ()))));
930
931
}
931
932
}
You can’t perform that action at this time.
0 commit comments