mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
Revert wrong boolean
This commit is contained in:
@@ -357,7 +357,7 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
|
||||
$feed->attributes('mark_updated_article_unread')
|
||||
) : FreshRSS_Context::$user_conf->mark_updated_article_unread;
|
||||
$needFeedCacheRefresh = $mark_updated_article_unread;
|
||||
$entry->_isRead($mark_updated_article_unread ? true : null); //Change is_read according to policy.
|
||||
$entry->_isRead($mark_updated_article_unread ? false : null); //Change is_read according to policy.
|
||||
|
||||
$entry = Minz_ExtensionManager::callHook('entry_before_insert', $entry);
|
||||
if ($entry === null) {
|
||||
|
||||
Reference in New Issue
Block a user