Fix error from https://github.com/FreshRSS/FreshRSS/pull/2275 but that line was not used just yet anyway
@@ -325,7 +325,7 @@ class FreshRSS_Entry extends Minz_Model {
$this->_isRead(true);
break;
case 'star':
- $this->_is_favorite(true);
+ $this->_isFavorite(true);
case 'label':
//TODO: Implement more actions