From b29c4c635865444cacb67407c767951c83040036 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@gmx.de>
Date: Sun, 9 Mar 2014 19:03:15 +0100
Subject: [ticket/12090] Move find() call to container and fix tests

PHPBB3-12090
---
 phpBB/phpbb/controller/helper.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'phpBB/phpbb/controller')

diff --git a/phpBB/phpbb/controller/helper.php b/phpBB/phpbb/controller/helper.php
index 2d11a54c08..10fdbb1375 100644
--- a/phpBB/phpbb/controller/helper.php
+++ b/phpBB/phpbb/controller/helper.php
@@ -66,7 +66,7 @@ class helper
 		$this->config = $config;
 		$this->phpbb_root_path = $phpbb_root_path;
 		$this->php_ext = $php_ext;
-		$this->route_collection = $provider->find($this->phpbb_root_path)->get_routes();
+		$this->route_collection = $provider->get_routes();
 	}
 
 	/**
-- 
cgit v1.2.1