aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-10-13 16:00:43 -0700
committerNils Adermann <naderman@naderman.de>2013-10-13 16:00:43 -0700
commit5927f0dbf2cd6bfe2db19f5703703af43cea64c8 (patch)
tree3ff52cd3062bb4e856f4eeadb070777baff17cfa /phpBB/config
parentb9ca3dc35495412bd25c2cdfe2db402976eefc14 (diff)
parentbeda12c05526aebcc6c968d97030f2b691ab1718 (diff)
downloadforums-5927f0dbf2cd6bfe2db19f5703703af43cea64c8.tar
forums-5927f0dbf2cd6bfe2db19f5703703af43cea64c8.tar.gz
forums-5927f0dbf2cd6bfe2db19f5703703af43cea64c8.tar.bz2
forums-5927f0dbf2cd6bfe2db19f5703703af43cea64c8.tar.xz
forums-5927f0dbf2cd6bfe2db19f5703703af43cea64c8.zip
Merge pull request #1582 from bantu/feature/plupload/cron
[ticket/10929] Cron Job for Plupload Upload Directory Cleaning
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/cron_tasks.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/phpBB/config/cron_tasks.yml b/phpBB/config/cron_tasks.yml
index 109c9684f9..fd3aea85dc 100644
--- a/phpBB/config/cron_tasks.yml
+++ b/phpBB/config/cron_tasks.yml
@@ -65,6 +65,16 @@ services:
tags:
- { name: cron.task }
+ cron.task.core.tidy_plupload:
+ class: phpbb\cron\task\core\tidy_plupload
+ arguments:
+ - %core.root_path%
+ - @config
+ calls:
+ - [set_name, [cron.task.core.tidy_plupload]]
+ tags:
+ - { name: cron.task }
+
cron.task.core.tidy_search:
class: phpbb\cron\task\core\tidy_search
arguments: