Browse Source

Fix wrong method name (#3808)

Fix error from https://github.com/FreshRSS/FreshRSS/pull/2275 but that line was not used just yet anyway
Alexandre Alapetite 4 năm trước cách đây
mục cha
commit
812eda1fa0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Models/Entry.php

+ 1 - 1
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