1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 11:40:08 +02:00

[ticket/11997] Use path_helper in in foo/bar extension for redirect URLs

By using path_helper's clean_url() method, we'll be able to properly check
the full URL instead of just parts of the expected URL.

PHPBB3-11997
This commit is contained in:
Marc Alexander
2013-12-27 17:51:40 +01:00
parent a304d99b2b
commit 68ce16f9b3
3 changed files with 17 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ services:
class: foo\bar\controller\controller
arguments:
- @controller.helper
- @path_helper
- @template
- %core.root_path%
- %core.php_ext%