1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 19:54:12 +02:00

Merge pull request #2438 from marc1706/ticket/12517

[ticket/12517] Correctly call $log->add in prune shadow topics

* marc1706/ticket/12517:
  [ticket/12517] Correctly call $log->add in prune shadow topics
This commit is contained in:
Joas Schilling
2014-05-11 18:11:44 +02:00
2 changed files with 9 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ services:
- @config
- @dbal.conn
- @log
- @user
calls:
- [set_name, [cron.task.core.prune_shadow_topics]]
tags: