summaryrefslogtreecommitdiff
path: root/packages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/index.php')
-rw-r--r--packages/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/index.php b/packages/index.php
index fb568da..951dbb1 100644
--- a/packages/index.php
+++ b/packages/index.php
@@ -306,7 +306,7 @@ if (count($exact_matches) > 0) {
<p><?php print count($exact_matches); ?> exact match<?php if (count($exact_matches) != 1) print "es"; ?> found.</p>
</div>
<?php
- print_listing($exact_matches, false, $pkglist_sorts);
+ print_listing($exact_matches, false, 'package');
?>
</div>
<?php
@@ -318,7 +318,7 @@ if (count($exact_matches) > 0) {
header_and_footer();
- print_listing($fuzzy_matches, true, $pkglist_sorts);
+ print_listing($fuzzy_matches, true, 'package');
header_and_footer();