reorder virtual feeds

This commit is contained in:
Andrew Dolgov 2009-12-29 00:03:44 +03:00
parent f65ffc2d74
commit e1050aec22
1 changed files with 1 additions and 1 deletions

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);
}