Skip to content

Commit dfc4b15

Browse files
authored
Merge pull request #559 from magefan/magefan-patch-19
Fix incorrect _idFieldName for author collection
2 parents 7fc875f + 3fe9b0a commit dfc4b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/ResourceModel/Author/Collection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Collection extends AbstractCollection implements AuthorCollectionInterface
2020
/**
2121
* @inheritDoc
2222
*/
23-
protected $_idFieldName = 'author_id';
23+
protected $_idFieldName = 'user_id';
2424

2525
/**
2626
* Constructor

0 commit comments

Comments
 (0)