summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-29 00:03:44 +0300
committerAndrew Dolgov <[email protected]>2009-12-29 00:03:44 +0300
commite1050aec226ceced3189203a3474b6ef2af669de (patch)
tree4b04b4e8c1941c8a16ec44252437a2f2c683c2a3
parentf65ffc2d74c162225685c3034977091b01d07ef2 (diff)
reorder virtual feeds
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index b197a7475..5fefe6bee 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);
}