diff options
| author | David King <imkingdavid@gmail.com> | 2013-09-02 10:51:46 -0700 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2013-09-02 10:54:55 -0700 |
| commit | 913e5a1f2e847c922f8b48e2c069ba204a976e51 (patch) | |
| tree | acec546c18624a6bc4c00a1e38a7628534a25851 /phpBB/config | |
| parent | 9d48ee446b10e492b83448c3778b48729839b788 (diff) | |
| download | forums-913e5a1f2e847c922f8b48e2c069ba204a976e51.tar forums-913e5a1f2e847c922f8b48e2c069ba204a976e51.tar.gz forums-913e5a1f2e847c922f8b48e2c069ba204a976e51.tar.bz2 forums-913e5a1f2e847c922f8b48e2c069ba204a976e51.tar.xz forums-913e5a1f2e847c922f8b48e2c069ba204a976e51.zip | |
[ticket/11215] Make controller helper url() method use correct format
PHPBB3-11215
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/services.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index d0753322da..2808e81337 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -90,6 +90,7 @@ services: arguments: - @template - @user + - @request - %core.root_path% - %core.php_ext% |
