summaryrefslogtreecommitdiff
path: root/groups.php
diff options
context:
space:
mode:
Diffstat (limited to 'groups.php')
-rw-r--r--groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/groups.php b/groups.php
index c3bd778..349cc0b 100644
--- a/groups.php
+++ b/groups.php
@@ -82,6 +82,6 @@ print " </tr>\n";
print " </thead>\n";
print " <tbody>\n";
-print_package_listing($packages, true);
+print_listing($packages, true, 'package');
print_footer();