From: Andrew Dolgov Date: Mon, 28 Dec 2009 21:03:44 +0000 (+0300) Subject: reorder virtual feeds X-Git-Tag: 1.4.0~123 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e1050aec226ceced3189203a3474b6ef2af669de;p=tt-rss.git reorder virtual feeds --- diff --git a/functions.php b/functions.php index b197a747..5fefe6be 100644 --- a/functions.php +++ b/functions.php @@ -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); }