From 2e608c527514d5fb03eb88c8da1c101f231d5736 Mon Sep 17 00:00:00 2001 From: Gerrit Uitslag Date: Sat, 15 Feb 2014 20:41:09 +0100 Subject: reverse revisions display order --- inc/changelog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/changelog.php') diff --git a/inc/changelog.php b/inc/changelog.php index dfcd1f241..d2ad23c08 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)); } /** -- cgit v1.2.3