diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 23:34:27 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-10 23:34:27 +0100 |
commit | 231d743ba9966e8304e0dd226ebf5eb7fb3b70d8 (patch) | |
tree | 23cafb57d78388c6f3cf6c8316a851bd4f2300d0 /phpBB/download/file.php | |
parent | 798c006e7fe55bc1de30e42a4c25e8c74911c865 (diff) | |
download | forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.gz forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.bz2 forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.tar.xz forums-231d743ba9966e8304e0dd226ebf5eb7fb3b70d8.zip |
[ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection
PHPBB3-11152
Diffstat (limited to 'phpBB/download/file.php')
-rw-r--r-- | phpBB/download/file.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/download/file.php b/phpBB/download/file.php index eb1ec85afe..b99ce2d688 100644 --- a/phpBB/download/file.php +++ b/phpBB/download/file.php @@ -65,7 +65,7 @@ if (isset($_GET['avatar'])) new phpbb_di_extension_core($phpbb_root_path), ), array( - new phpbb_di_pass_cron(), + new phpbb_di_pass_collection('cron.task_collection', 'cron.task'), ), $phpbb_root_path, $phpEx |