summaryrefslogtreecommitdiff
path: root/database/updates.inc
diff options
context:
space:
mode:
Diffstat (limited to 'database/updates.inc')
-rw-r--r--database/updates.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 27a87d8a8..f6027f786 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -545,7 +545,7 @@ function update_132() {
/**
* Wipe the search index
*/
- include_once('modules/search.module');
+ include_once './modules/search.module';
search_wipe();
}