Sfoglia il codice sorgente

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 anni fa
parent
commit
812eda1fa0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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