aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 11:08:36 -0500
committerNathaniel Guse <nathaniel.guse@gmail.com>2013-07-04 11:08:36 -0500
commit2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74 (patch)
tree94f7b4ff1341ffc23dbbec62e945920bcd48f4b8 /phpBB/config
parent81f27fd87ee2e8ffc1ad1ad06c5b255c5436e86c (diff)
downloadforums-2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74.tar
forums-2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74.tar.gz
forums-2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74.tar.bz2
forums-2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74.tar.xz
forums-2fb48d60f1b8ea111c766d6d9e7a3dde2b8a4e74.zip
[feature/twig] Attempt to automatically set style dir for ext controllers
Extension authors can change it themselves if necessary PHPBB3-11598
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index f364bf5574..bb9879601c 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -79,7 +79,7 @@ services:
arguments:
- @user
- @service_container
- - @ext.finder
+ - @style
cron.task_collection:
class: phpbb_di_service_collection