diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-03-29 21:29:22 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-03-29 22:16:25 +0100 |
commit | 494dd4110b04dc2543fdddd376d4baebac0ee0fe (patch) | |
tree | aa094f69fe6226a48e22e92a4d15943f3149afff /phpBB/config | |
parent | d83d819827634931e9317469090e933edfc99f2b (diff) | |
download | forums-494dd4110b04dc2543fdddd376d4baebac0ee0fe.tar forums-494dd4110b04dc2543fdddd376d4baebac0ee0fe.tar.gz forums-494dd4110b04dc2543fdddd376d4baebac0ee0fe.tar.bz2 forums-494dd4110b04dc2543fdddd376d4baebac0ee0fe.tar.xz forums-494dd4110b04dc2543fdddd376d4baebac0ee0fe.zip |
[ticket/12150] Use log service instead of add_log() function
PHPBB3-12150
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/cron_tasks.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/cron_tasks.yml b/phpBB/config/cron_tasks.yml index 3fd049f567..4fa5d1440e 100644 --- a/phpBB/config/cron_tasks.yml +++ b/phpBB/config/cron_tasks.yml @@ -30,6 +30,7 @@ services: - %core.php_ext% - @config - @dbal.conn + - @log calls: - [set_name, [cron.task.core.prune_shadow_topics]] tags: |