diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/comment.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |