Răsfoiți Sursa

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 ani în urmă
părinte
comite
812eda1fa0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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