Skip to content

Commit c8941f1

Browse files
committed
MAGETWO-61478: Number of Products displayed per page not retained when visiting a different category
- Fix statics.
1 parent 12e0c53 commit c8941f1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Category

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Category/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public function execute()
208208
if ($layoutUpdates && is_array($layoutUpdates)) {
209209
foreach ($layoutUpdates as $layoutUpdate) {
210210
$page->addUpdate($layoutUpdate);
211-
$page->addPageLayoutHandles(['layout_update' => md5($layoutUpdate)], null, false);
211+
$page->addPageLayoutHandles(['layout_update' => sha1($layoutUpdate)], null, false);
212212
}
213213
}
214214

0 commit comments

Comments
 (0)