1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14402] Get rid of globals in tidy_plupload cron

PHPBB3-14402
This commit is contained in:
Marc Alexander
2016-01-10 10:10:41 +01:00
parent 3a82ace3eb
commit 3a555d94af
2 changed files with 16 additions and 6 deletions

View File

@@ -106,6 +106,8 @@ services:
arguments:
- '%core.root_path%'
- '@config'
- '@log'
- '@user'
calls:
- [set_name, [cron.task.core.tidy_plupload]]
tags: