summaryrefslogtreecommitdiff
path: root/modules/search.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/search.module')
-rw-r--r--modules/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search.module b/modules/search.module
index a51a83f01..18d1f9cf9 100644
--- a/modules/search.module
+++ b/modules/search.module
@@ -245,7 +245,7 @@ function search_wipe_confirm_submit($form_id, &$form) {
if ($form['confirm']) {
search_wipe();
drupal_set_message(t('The index will be rebuilt.'));
- drupal_goto('admin/settings/search');
+ return 'admin/settings/search';
}
}