From 7f12d2ccf9848a304c8600afc7d5c0bc7cb6db0d Mon Sep 17 00:00:00 2001 From: Jody Hamilton Date: Mon, 16 Apr 2012 15:23:27 -0400 Subject: [PATCH] Remove menu constant from comment module --- core/modules/comment/comment.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/comment/comment.admin.inc b/core/modules/comment/comment.admin.inc index d84b785c278..9758075755d 100644 --- a/core/modules/comment/comment.admin.inc +++ b/core/modules/comment/comment.admin.inc @@ -258,7 +258,7 @@ function comment_confirm_delete_page($cid) { if ($comment = comment_load($cid)) { return drupal_get_form('comment_confirm_delete', $comment); } - return MENU_NOT_FOUND; + drupal_not_found(); } /**