Remove menu constant from comment module

8.0.x
Jody Hamilton 2012-04-16 15:23:27 -04:00 committed by Larry Garfield
parent 9a34e05e53
commit 7f12d2ccf9
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
/**