#183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit()
parent
a5f4560c6a
commit
e588864b12
|
@ -1232,7 +1232,7 @@ function comment_admin_overview_submit($form_id, $form_values) {
|
||||||
}
|
}
|
||||||
cache_clear_all();
|
cache_clear_all();
|
||||||
drupal_set_message(t('The update has been performed.'));
|
drupal_set_message(t('The update has been performed.'));
|
||||||
drupal_goto('admin/content/comment');
|
return 'admin/content/comment';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue