diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-01-10 10:10:41 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-01-15 11:21:08 +0100 |
commit | 3a555d94af24645142fe76ba1c691cc2ceb88374 (patch) | |
tree | ea867611e880a5d0e86a482c3de26e14056cdc2b /phpBB/config/default/container/services_cron.yml | |
parent | 3a82ace3eb15ca1e0f4bfcfb2104cc15628ff1c3 (diff) | |
download | forums-3a555d94af24645142fe76ba1c691cc2ceb88374.tar forums-3a555d94af24645142fe76ba1c691cc2ceb88374.tar.gz forums-3a555d94af24645142fe76ba1c691cc2ceb88374.tar.bz2 forums-3a555d94af24645142fe76ba1c691cc2ceb88374.tar.xz forums-3a555d94af24645142fe76ba1c691cc2ceb88374.zip |
[ticket/14402] Get rid of globals in tidy_plupload cron
PHPBB3-14402
Diffstat (limited to 'phpBB/config/default/container/services_cron.yml')
-rw-r--r-- | phpBB/config/default/container/services_cron.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_cron.yml b/phpBB/config/default/container/services_cron.yml index eb7df540d7..dd3982a659 100644 --- a/phpBB/config/default/container/services_cron.yml +++ b/phpBB/config/default/container/services_cron.yml @@ -106,6 +106,8 @@ services: arguments: - '%core.root_path%' - '@config' + - '@log' + - '@user' calls: - [set_name, [cron.task.core.tidy_plupload]] tags: |