aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Entry.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Entry.php')
-rw-r--r--app/Models/Entry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php
index 021ceedfb..9057cecf8 100644
--- a/app/Models/Entry.php
+++ b/app/Models/Entry.php
@@ -325,7 +325,7 @@ class FreshRSS_Entry extends Minz_Model {
$this->_isRead(true);
break;
case 'star':
- $this->_is_favorite(true);
+ $this->_isFavorite(true);
break;
case 'label':
//TODO: Implement more actions