Skip to content

Commit 9d6e8ef

Browse files
committed
Merge branch 'MAGETWO-54242' of github.com:magento-troll/magento2ce into pr_p1
2 parents 3c0b970 + 895efff commit 9d6e8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Helper/Product/ProductList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class ProductList
1818
*/
1919
const XML_PATH_LIST_MODE = 'catalog/frontend/list_mode';
2020

21-
const VIEW_MODE_LIST = 'view';
21+
const VIEW_MODE_LIST = 'list';
2222
const VIEW_MODE_GRID = 'grid';
2323

2424
const DEFAULT_SORT_DIRECTION = 'asc';

0 commit comments

Comments
 (0)