diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 431a9daaf..073e4c74a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -364,7 +364,7 @@ function comment_permalink($comment) { drupal_add_link(array('rel' => 'canonical', 'href' => url('node/' . $node->nid))); // Return the node view, this will show the correct comment in context. - return menu_execute_active_handler('node/' . $node->nid); + return menu_execute_active_handler('node/' . $node->nid, FALSE); } drupal_not_found(); } |