From bd4a7aa0ffc2c9eeec26b11958c15cecb6e949e5 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 18 Jul 2012 07:29:07 +0200 Subject: pkg_comments.php: Fix links to user accounts Regression introduced in 2425f963f8ad45292c217914b5fee1ed18104c26. Signed-off-by: Lukas Fleischer --- web/template/pkg_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/template/pkg_comments.php') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 30ceea5..0f7d80c 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -10,7 +10,7 @@ $count = package_comments_count($row['ID']); ?Action=AccountInfo&ID={$row['UsersID']}\">{$row['UserName']}"; + $row['UserName'] = "{$row['UserName']}"; endif; ?>

-- cgit v1.2.3-54-g00ecf