diff options
Diffstat (limited to 'modules/search/search.test')
-rw-r--r-- | modules/search/search.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/search/search.test b/modules/search/search.test index c7f9ecc77..02bde2f5c 100644 --- a/modules/search/search.test +++ b/modules/search/search.test @@ -300,7 +300,7 @@ class SearchRankingTestCase extends DrupalWebTestCase { } // Update the search index. - node_update_index(); + module_invoke_all('update_index'); search_update_totals(); // Refresh variables after the treatment. |