aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 761c047d7f..ae197be1c7 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -2073,7 +2073,7 @@ function page_footer()
}
else if (time() - $config['search_last_gc'] > $config['search_gc'])
{
- // Tidy the cache
+ // Tidy the search
$cron_type = 'tidy_search';
}
/**