Skip to content

Commit 5459dbf

Browse files
authored
Merge pull request #502 from magefan/magefan-patch-3
Update AbstractList.php
2 parents 107e0d2 + cdb9aae commit 5459dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Post/PostList/AbstractList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ abstract class AbstractList extends Template implements IdentityInterface
5959
protected $templatePool;
6060

6161
const POSTS_SORT_FIELD_BY_PUBLISH_TIME = 'main_table.publish_time';
62-
const POSTS_SORT_FIELD_BY_POSITION = 'main_table.position';
62+
const POSTS_SORT_FIELD_BY_POSITION = 'position';
6363
const POSTS_SORT_FIELD_BY_TITLE = 'main_table.title';
6464

6565
/**

0 commit comments

Comments
 (0)