1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02:00

[feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir.

PHPBB3-9596
This commit is contained in:
Nils Adermann
2011-01-13 00:07:40 +01:00
committed by Oleg Pudeyev
parent 9bc62056b2
commit 7a8233020b
4 changed files with 15 additions and 22 deletions

View File

@@ -242,5 +242,5 @@ foreach ($cache->obtain_hooks() as $hook)
if (!$config['use_system_cron'])
{
$cron = new phpbb_cron_manager();
$cron = new phpbb_cron_manager($phpbb_root_path, $phpEx);
}