mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:45:54 +00:00
cache schema version better
This commit is contained in:
@@ -334,7 +334,7 @@ class Feeds extends Handler_Protected {
|
||||
/* we don't need those */
|
||||
|
||||
foreach (["date_entered", "guid", "last_published", "last_marked", "tag_cache", "favicon_avg_color",
|
||||
"uuid", "label_cache", "yyiw"] as $k)
|
||||
"uuid", "label_cache", "yyiw", "num_enclosures"] as $k)
|
||||
unset($line[$k]);
|
||||
|
||||
array_push($reply['content'], $line);
|
||||
|
||||
Reference in New Issue
Block a user