summaryrefslogtreecommitdiff
path: root/inc/changelog.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/changelog.php')
-rw-r--r--inc/changelog.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/changelog.php b/inc/changelog.php
index 46020178c..ba5618f84 100644
--- a/inc/changelog.php
+++ b/inc/changelog.php
@@ -689,7 +689,7 @@ abstract class ChangeLog {
$revs1 = array_slice($revs1, max($index - floor($max/2), 0), $max);
}
- return array($revs1, $revs2);
+ return array(array_reverse($revs1), array_reverse($revs2));
}
/**