1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15245] Fix images in feeds when accessing via app.php

PHPBB3-15245
This commit is contained in:
Oliver Schramm
2017-09-22 13:03:14 +02:00
parent d095e620c1
commit 27ae01c27a
3 changed files with 23 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ services:
class: phpbb\feed\helper
arguments:
- '@config'
- '@path_helper'
- '@user'
- '%core.root_path%'
- '%core.php_ext%'