aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-08-30 08:02:39 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-30 08:02:39 +0200
commit812eda1fa05e370c4c1645b5b82f09f9da2c7bf7 (patch)
treecd5ffb4515958d7aa33afc2c396f012d7549a1df /app
parentdfe90cba867fc09e6eba81f000743cb5207e19fe (diff)
Fix wrong method name (#3808)
Fix error from https://github.com/FreshRSS/FreshRSS/pull/2275 but that line was not used just yet anyway
Diffstat (limited to 'app')
-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