mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add link to flag OOD comment
Implements: FS#46546 Signed-off-by: Mark Weiman <mark.weiman@markzz.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
76a589257e
commit
e9fe1a9eb1
6 changed files with 84 additions and 1 deletions
|
@ -73,6 +73,9 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
|
|||
case "unflag":
|
||||
$_POST['do_UnFlag'] = __('UnFlag');
|
||||
break;
|
||||
case "flag-comment":
|
||||
include('pkgflagcomment.php');
|
||||
return;
|
||||
case "delete":
|
||||
include('pkgdel.php');
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue