Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
812eda1fa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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