summaryrefslogtreecommitdiffstats
path: root/web/html/pkgflag.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/pkgflag.php')
-rw-r--r--web/html/pkgflag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgflag.php b/web/html/pkgflag.php
index 44849d88..25c8ccbb 100644
--- a/web/html/pkgflag.php
+++ b/web/html/pkgflag.php
@@ -28,7 +28,7 @@ if (check_token()) {
}
if ($ret) {
- header('Location: ' . get_pkgbase_uri($pkgbase_name) . $fragment);
+ header('Location: ' . get_pkgbase_uri($pkgbase_name));
exit();
}
}