summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}