summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5944d67..1489018 100644
--- a/index.php
+++ b/index.php
@@ -47,7 +47,7 @@ try {
$prev = false;
$repositories = array();
- foreach ($repo->request(array('ORDER'=>'id')) as $repo) {
+ foreach ($repo->request(array('id' => '>0', 'ORDER'=>'id')) as $repo) {
$repositories[] = array(
'repo_name' => ($repo['main'] != $prev ? $repo['main'] : " "),
'active' => ($repo['main'] != $prev ?