From 266167b976d45b876253ac054aa38851fab39f70 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Mar 2001 18:46:47 +0000 Subject: - fixed small glitch as a result from David's patch --- includes/comment.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/comment.inc b/includes/comment.inc index c4587b124..26a098dd7 100644 --- a/includes/comment.inc +++ b/includes/comment.inc @@ -238,7 +238,7 @@ function comment_visible($comment, $threshold = 0) { function comment_uri($args = 0) { global $link, $mod; - if ($args) return ($mod) ? "module.php?mod=$mod&$args" : $link .".php ?$args"; + if ($args) return ($mod) ? "module.php?mod=$mod&$args" : $link .".php?$args"; else return ($mod) ? "module.php?mod=$mod" : $link .".php"; } -- cgit v1.2.3