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:
Mark Weiman 2015-12-14 16:18:16 -05:00 committed by Lukas Fleischer
parent 76a589257e
commit e9fe1a9eb1
6 changed files with 84 additions and 1 deletions

View file

@ -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;