From bbc6c5c620cca9f29456847c5a0e8d792df264c9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 8 Oct 2005 15:34:06 +0000 Subject: [PATCH] Sort the repository list alphabetically --- includes/repository.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/repository.php b/includes/repository.php index 33523e7..4b8325b 100644 --- a/includes/repository.php +++ b/includes/repository.php @@ -88,6 +88,8 @@ class Repository } } + sort($this->repositories); + if (count($this->repositories) < 1) { $viewsvn->trigger->error('no valid repositories'); -- 2.22.5