From c318a50435a5697418ac2b55de698e2f6a057192 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 18 Sep 2012 13:36:34 +0200 Subject: pkg_comments.php: Fix "Latest Comments" link Avoid adding "?comments=all" more than once if the "Latest Comments" link is clicked multiple times. Reported-by: canyonknight Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index d0bd4f88..b0aada20 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -5,7 +5,7 @@ $pkgname = $row['Name']; ?>

- +

@@ -38,7 +38,7 @@ $pkgname = $row['Name']; 10 && !isset($_GET['comments'])): ?>

- +

-- cgit v1.2.3-24-g4f1b