summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 9aded96d9..de4216f84 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1285,7 +1285,7 @@ function comment_admin_overview_submit($form, &$form_state) {
}
cache_clear_all();
drupal_set_message(t('The update has been performed.'));
- drupal_goto('admin/content/comment');
+ $form_state['redirect'] = 'admin/content/comment';
}
}