diff --git a/modules/comment.module b/modules/comment.module
index fcb31f7a2afe262550c8937b2a550385bf5ed03a..4f991b70612dde4def1de8f7c0eba8d1cc2628d1 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -694,7 +694,7 @@ function comment_page() {
     case t("Moderate comments"):
     case t("Moderate comment"):
       comment_moderate($edit);
-      drupal_goto("node/view/". $edit["nid"]);
+      drupal_goto(url("node/view/". $edit["nid"]));
       break;
     case "reply":
       $theme->header();
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index fcb31f7a2afe262550c8937b2a550385bf5ed03a..4f991b70612dde4def1de8f7c0eba8d1cc2628d1 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -694,7 +694,7 @@ function comment_page() {
     case t("Moderate comments"):
     case t("Moderate comment"):
       comment_moderate($edit);
-      drupal_goto("node/view/". $edit["nid"]);
+      drupal_goto(url("node/view/". $edit["nid"]));
       break;
     case "reply":
       $theme->header();