- Patch #82938 by edkwh and natrak: error in comments admin page after clicking on Update without selecting any comments.
parent
727eba0efb
commit
87f1359158
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue