summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-02-01 14:42:02 +0000
committerDries Buytaert <dries@buytaert.net>2006-02-01 14:42:02 +0000
commita0382018415baf54cc475e22b31fbc84a4a5c865 (patch)
treea52d365df2f96946e1ca3b54cc7ab1bcade3e9b3 /modules/search
parent1f206ca2fe5d426dcde696c1d580cf081f2c3213 (diff)
downloadbrdo-a0382018415baf54cc475e22b31fbc84a4a5c865.tar.gz
brdo-a0382018415baf54cc475e22b31fbc84a4a5c865.tar.bz2
- Patch #47300 by kumo: fixed the re-index cancelation link.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.module b/modules/search/search.module
index d1c94a207..34ac1ef98 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -235,7 +235,7 @@ function search_settings() {
*/
function search_wipe_confirm() {
return confirm_form('search_wipe_confirm', $form, t('Are you sure you want to re-index the site?'),
- 'admin/forums', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
+ 'admin/settings/search', t(' The search index is not cleared but systematically updated to reflect the new settings. Searching will continue to work but new content won\'t be indexed until all existing content has been re-indexed. This action cannot be undone.'), t('Re-index site'), t('Cancel'));
}
/**