- Patch #82938 by edkwh and natrak: error in comments admin page after clicking on Update without selecting any comments.

5.x
Dries Buytaert 2006-10-24 20:31:25 +00:00
parent 727eba0efb
commit 87f1359158
1 changed files with 1 additions and 1 deletions

View File

@ -1019,7 +1019,7 @@ function comment_operations($action = NULL) {
function comment_admin($type = 'new') {
$edit = $_POST;
if ($edit['operation'] == 'delete') {
if ($edit['operation'] == 'delete' && $edit['comments']) {
return drupal_get_form('comment_multiple_delete_confirm');
}
else {