Remove menu constant from comment module
parent
9a34e05e53
commit
7f12d2ccf9
|
@ -258,7 +258,7 @@ function comment_confirm_delete_page($cid) {
|
||||||
if ($comment = comment_load($cid)) {
|
if ($comment = comment_load($cid)) {
|
||||||
return drupal_get_form('comment_confirm_delete', $comment);
|
return drupal_get_form('comment_confirm_delete', $comment);
|
||||||
}
|
}
|
||||||
return MENU_NOT_FOUND;
|
drupal_not_found();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue