correct reply url in comment display
[anoweco.git] / www / comment.php
index e3843610c9b1a555c21d8e47a389d0a1c50dcc96..df39c3c5109354596bc1901b6526d58d6fa8f8fc 100644 (file)
@@ -39,9 +39,8 @@ $vars = array(
         'imageurl' => Urls::userImg($rowUser),
     ),
     'postUrl' => Urls::full(Urls::comment($rowComment->comment_id)),
-    'replyUrl' => Urls::full(
-        '/reply.php?url='
-        . urlencode(Urls::full(Urls::comment($rowComment->comment_id)))
+    'replyUrl' => Urls::reply(
+        Urls::full(Urls::comment($rowComment->comment_id))
     ),
 );