1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 06:09:15 +00:00

reorder virtual feeds

This commit is contained in:
Andrew Dolgov
2009-12-29 00:03:44 +03:00
parent f65ffc2d74
commit e1050aec22

View File

@@ -4251,7 +4251,7 @@
printCategoryHeader($link, -1, $cat_hidden, false);
}
foreach (array(-4, 0, -3, -1, -2) as $i) {
foreach (array(-4, -3, -1, -2, 0) as $i) {
printFeedEntry($i, "virt", false, false,
false, $link);
}