summaryrefslogtreecommitdiff
path: root/maintenance/rebuildall.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/rebuildall.php')
-rw-r--r--maintenance/rebuildall.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php
index 002e6fad..1c2647b2 100644
--- a/maintenance/rebuildall.php
+++ b/maintenance/rebuildall.php
@@ -22,8 +22,7 @@ rebuildTextIndex( $database );
createTextIndex( $database );
print "\n\n** Rebuilding recentchanges table:\n";
-rebuildRecentChangesTablePass1();
-rebuildRecentChangesTablePass2();
+rebuildRecentChangesTable();
# Doesn't work anymore
# rebuildLinkTables();