aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2014-09-13 13:02:50 +0800
committerrxu <rxu@mail.ru>2014-10-01 20:55:07 +0800
commitce4035fdd35545638e3bdbeea8f50f5f1de0c943 (patch)
tree4378927791c78a2ff1366b5a874e6d2d667d1982 /phpBB/config
parent84e68b3a73183322e970df39b7bd9d1afd37be8a (diff)
downloadforums-ce4035fdd35545638e3bdbeea8f50f5f1de0c943.tar
forums-ce4035fdd35545638e3bdbeea8f50f5f1de0c943.tar.gz
forums-ce4035fdd35545638e3bdbeea8f50f5f1de0c943.tar.bz2
forums-ce4035fdd35545638e3bdbeea8f50f5f1de0c943.tar.xz
forums-ce4035fdd35545638e3bdbeea8f50f5f1de0c943.zip
[ticket/13059] Add core event to generate_page_link()
Add core event to generate_page_link() to allow overriding/modifying pagination URLs. Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905 PHPBB3-13059
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index cca655263f..d32b665039 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -288,6 +288,7 @@ services:
- @template
- @user
- @controller.helper
+ - @dispatcher
path_helper:
class: phpbb\path_helper