From a0382018415baf54cc475e22b31fbc84a4a5c865 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 1 Feb 2006 14:42:02 +0000
Subject: [PATCH] - Patch #47300 by kumo: fixed the re-index cancelation link.

---
 modules/search.module        | 2 +-
 modules/search/search.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/search.module b/modules/search.module
index d1c94a207bc6..34ac1ef98c14 100644
--- a/modules/search.module
+++ b/modules/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'));
 }
 
 /**
diff --git a/modules/search/search.module b/modules/search/search.module
index d1c94a207bc6..34ac1ef98c14 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'));
 }
 
 /**
-- 
GitLab