We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e0c53 commit c8941f1Copy full SHA for c8941f1
app/code/Magento/Catalog/Controller/Category/View.php
@@ -208,7 +208,7 @@ public function execute()
208
if ($layoutUpdates && is_array($layoutUpdates)) {
209
foreach ($layoutUpdates as $layoutUpdate) {
210
$page->addUpdate($layoutUpdate);
211
- $page->addPageLayoutHandles(['layout_update' => md5($layoutUpdate)], null, false);
+ $page->addPageLayoutHandles(['layout_update' => sha1($layoutUpdate)], null, false);
212
}
213
214
0 commit comments