From f42bca3bd4a7b97e103ddba3fdb4e403f7215b2a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 15 Oct 2009 14:07:30 +0000 Subject: - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') 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(); } -- cgit v1.2.3