summaryrefslogtreecommitdiffstats
path: root/web/html/pkgsearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/pkgsearch.php')
-rw-r--r--web/html/pkgsearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/pkgsearch.php b/web/html/pkgsearch.php
index 3d78c33..445e776 100644
--- a/web/html/pkgsearch.php
+++ b/web/html/pkgsearch.php
@@ -107,9 +107,9 @@ if (isset($_REQUEST["do_Flag"])) {
if (!isset($_REQUEST["ID"]) || !intval($_REQUEST["ID"])) {
print __("Error trying to retrieve package details.")."<br />\n";
-
- } else {
+ } else {
+ package_details($_REQUEST["ID"]);
}
print "<br />\n";