aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/upgrade.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/upgrade.php')
-rw-r--r--phpBB/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/upgrade.php b/phpBB/upgrade.php
index e10b3be349..dc50e9e65b 100644
--- a/phpBB/upgrade.php
+++ b/phpBB/upgrade.php
@@ -1650,7 +1650,7 @@ if( !empty($next) )
{
print "<br>Removing common words (words that appear in more than $common_percent of the posts)<br>\n";
flush();
- print "Removed " . remove_common_global($common_percent, 1) . " words that where too common.<br>";
+ print "Removed " . remove_common($common_percent, 1) . " words that where too common.<br>";
}
}