summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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 dde611939..1fe90ca75 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -271,7 +271,7 @@ function _search_menu_access($name) {
*/
function search_reindex($sid = NULL, $type = NULL, $reindex = FALSE) {
if ($type == NULL && $sid == NULL) {
- module_invoke_all('search', 'reset');
+ module_invoke_all('search_reset');
}
else {
db_delete('search_dataset')