diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2012-11-03 00:34:51 +0100 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2012-11-03 00:34:51 +0100 |
| commit | 816c546666b9ee27a717efc4f5640afc4794cff6 (patch) | |
| tree | fede01e679bf9084910a379310f4adad8a505e94 /phpBB/config | |
| parent | 000bbfd5b342627b103d7c460864d4dad0dc8134 (diff) | |
| parent | c063e3a52cb561e44368cbd854973f51f4b4b304 (diff) | |
| download | forums-816c546666b9ee27a717efc4f5640afc4794cff6.tar forums-816c546666b9ee27a717efc4f5640afc4794cff6.tar.gz forums-816c546666b9ee27a717efc4f5640afc4794cff6.tar.bz2 forums-816c546666b9ee27a717efc4f5640afc4794cff6.tar.xz forums-816c546666b9ee27a717efc4f5640afc4794cff6.zip | |
Merge remote-tracking branch 'p/ticket/10933-lite' into develop
* p/ticket/10933-lite:
[ticket/10933] Use inheritDoc, eliminate copy pasted docblocks.
[ticket/10933] Dependency inject template context.
[ticket/10933] Expanded prose documentation for phpbb_extension_provider.
[ticket/10933] Specify empty template path for absolute includephp test.
[ticket/10933] Useful documentation for template locate function
[ticket/10933] Typo fixes
[ticket/10933] Initialize template context when template is constructed.
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/services.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index c3d2494952..038c8a862d 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -130,7 +130,10 @@ services: - @config - @user - @style.resource_locator - - @style.path_provider_ext + - @template_context + + template_context: + class: phpbb_template_context user: class: phpbb_user |
