summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/index.php')
-rw-r--r--web/html/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 7068d763..ec99bb72 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -68,8 +68,8 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
$_POST['do_UnNotify'] = __('UnNotify');
break;
case "flag":
- $_POST['do_Flag'] = __('Flag');
- break;
+ include('pkgflag.php');
+ return;
case "unflag":
$_POST['do_UnFlag'] = __('UnFlag');
break;