Skip to content

Commit

Permalink
Merge pull request #502 from magefan/magefan-patch-3
Browse files Browse the repository at this point in the history
Update AbstractList.php
  • Loading branch information
magefan authored May 29, 2023
2 parents 107e0d2 + cdb9aae commit 5459dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Block/Post/PostList/AbstractList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 5459dbf

Please sign in to comment.