mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-07 16:08:41 -05:00
Merge pull request #2240 from Alkarex/entryDao_tags
Fix EntryDAO tags warning for Fever API
This commit is contained in:
@@ -1065,7 +1065,7 @@ SQL;
|
||||
$dao['date'],
|
||||
$dao['is_read'],
|
||||
$dao['is_favorite'],
|
||||
$dao['tags']
|
||||
isset($dao['tags']) ? $dao['tags'] : ''
|
||||
);
|
||||
if (isset($dao['id'])) {
|
||||
$entry->_id($dao['id']);
|
||||
|
||||
Reference in New Issue
Block a user