From e161c4f94b75b26f115f6953cdc67a543cf89ec2 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 1 May 2014 09:27:06 +0200 Subject: Fix vote/notify link on the package details page Call pkgbase_user_voted() and pkgbase_user_notify() using the package base ID instead of using the package ID. Fixes FS#40165. Signed-off-by: Lukas Fleischer --- web/template/pkgbase_details.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/template/pkgbase_details.php') diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php index 83b474c..fd7bdad 100644 --- a/web/template/pkgbase_details.php +++ b/web/template/pkgbase_details.php @@ -49,7 +49,7 @@ $pkgs = pkgbase_get_pkgnames($base_id); - +
  • @@ -64,7 +64,7 @@ $pkgs = pkgbase_get_pkgnames($base_id);
  • - +
  • -- cgit v1.2.3-54-g00ecf