From cdb9aae70831d46bf413a38317af836116954823 Mon Sep 17 00:00:00 2001 From: Magefan Date: Mon, 29 May 2023 10:18:12 +0300 Subject: [PATCH] Update AbstractList.php --- Block/Post/PostList/AbstractList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Block/Post/PostList/AbstractList.php b/Block/Post/PostList/AbstractList.php index c517c538..77bd2883 100755 --- a/Block/Post/PostList/AbstractList.php +++ b/Block/Post/PostList/AbstractList.php @@ -59,7 +59,7 @@ abstract class AbstractList extends Template implements IdentityInterface protected $templatePool; const POSTS_SORT_FIELD_BY_PUBLISH_TIME = 'main_table.publish_time'; - const POSTS_SORT_FIELD_BY_POSITION = 'main_table.position'; + const POSTS_SORT_FIELD_BY_POSITION = 'position'; const POSTS_SORT_FIELD_BY_TITLE = 'main_table.title'; /**