1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:05:55 +00:00

implement recently read vfeed (-6)

This commit is contained in:
Andrew Dolgov
2012-08-27 10:08:11 +04:00
parent da1da2e4d8
commit 5417fbd77e
3 changed files with 13 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ class Pref_Feeds extends Handler_Protected {
$cat['items'] = array();
}
foreach (array(-4, -3, -1, -2, 0) as $i) {
foreach (array(-4, -3, -1, -2, 0, -6) as $i) {
array_push($cat['items'], $this->feedlist_init_feed($i));
}