diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d4947a9ca0..5918b441d0 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -4298,7 +4298,7 @@ function page_footer($run_cron = true) ); // Call cron-type script - if (!defined('IN_CRON') && $run_cron) + if (!defined('IN_CRON') && $run_cron && !$config['board_disable']) { $cron_type = ''; |