diff options
Diffstat (limited to 'phpBB/cron.php')
| -rw-r--r-- | phpBB/cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/cron.php b/phpBB/cron.php index 3cba9e3f5e..324437d812 100644 --- a/phpBB/cron.php +++ b/phpBB/cron.php @@ -118,7 +118,7 @@ switch ($cron_type) break; case 'tidy_search': - + // Select the search method $search_type = basename($config['search_type']); |
