From 455bf795deb06fe00de2286135be52b49eba8b49 Mon Sep 17 00:00:00 2001 From: kenshiros Date: Sun, 7 Apr 2013 07:30:38 -0400 Subject: [PATCH] fix numeric_score to use make_link for user profile links --- ext/numeric_score/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/numeric_score/main.php b/ext/numeric_score/main.php index 9897aa4f..f1545b3b 100644 --- a/ext/numeric_score/main.php +++ b/ext/numeric_score/main.php @@ -58,7 +58,7 @@ class NumericScore extends Extension { $html = ""; foreach($x as $vote) { $html .= "";
"; - $html .= "{$vote['username']}"; + $html .= "{$vote['username']}"; $html .= ""; $html .= $vote['score']; $html .= "