aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-12-25 00:54:07 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-12-25 00:54:07 +0530
commitf9c7f0fc193802fb866063c88e2d3448b6f0d010 (patch)
tree15bd28e240dbb6a2749a7bb9b06de130b18e0735 /phpBB/config
parent02336d9a69eaab23ec03be2d9535ec9576dadf5a (diff)
parentcb8b2bab5f72023ad2de95bcb59f90e7121e6369 (diff)
downloadforums-f9c7f0fc193802fb866063c88e2d3448b6f0d010.tar
forums-f9c7f0fc193802fb866063c88e2d3448b6f0d010.tar.gz
forums-f9c7f0fc193802fb866063c88e2d3448b6f0d010.tar.bz2
forums-f9c7f0fc193802fb866063c88e2d3448b6f0d010.tar.xz
forums-f9c7f0fc193802fb866063c88e2d3448b6f0d010.zip
Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into develop
# By Joas Schilling # Via Joas Schilling * nickvergessen/feature/pagination-class: [ticket/11849] Fix more function calls [ticket/11849] Update more MCP calls to pagination class [ticket/11849] Update some ACP modules with new pagination [ticket/11849] Update rest of the UCP modules [ticket/11849] Update UCP notifications and pm folder [ticket/11849] Update search and memberlist [ticket/11849] Update pagination in viewonline.php [ticket/11849] Remove old pagination test [ticket/11849] Update pagination code in viewtopic.php [ticket/11849] Replace pagination in viewforum.php with class [ticket/11849] Add service definition [ticket/11849] Remove pagination functions [ticket/11849] Test validate_start and on_page [ticket/11849] Move pagination code to class
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/services.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index 2ad0586961..c11184d6b6 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -255,6 +255,12 @@ services:
- %tables.notifications%
- %tables.user_notifications%
+ pagination:
+ class: phpbb\pagination
+ arguments:
+ - @template
+ - @user
+
path_helper:
class: phpbb\path_helper
arguments: