From 24634668260db2e64c61e48c54c98c1ab4087020 Mon Sep 17 00:00:00 2001
From: Nicofuma <github@nicofuma.fr>
Date: Sat, 3 May 2014 11:36:05 +0200
Subject: [PATCH] [ticket/11497] Update pagination test

PHPBB3-11497
---
 tests/pagination/pagination_test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pagination/pagination_test.php b/tests/pagination/pagination_test.php
index 696bd3f33f..be898de9b7 100644
--- a/tests/pagination/pagination_test.php
+++ b/tests/pagination/pagination_test.php
@@ -40,7 +40,7 @@ class phpbb_pagination_pagination_test extends phpbb_template_template_test_case
 
 		$this->config = new \phpbb\config\config(array('enable_mod_rewrite' => '1'));
 		$provider = new \phpbb\controller\provider();
-		$this->provider->set_ext_finder($this->finder);
+		$this->provider->set_ext_finder($manager->get_finder());
 		$provider->find(dirname(__FILE__) . '/');
 		$this->helper = new \phpbb\controller\helper($this->template, $this->user, $this->config, $provider, $manager, '', 'php');
 		$this->pagination = new \phpbb\pagination($this->template, $this->user, $this->helper);