diff options
author | David King <imkingdavid@gmail.com> | 2012-11-18 13:35:04 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-11-18 13:35:04 -0500 |
commit | 53caf83233c962adbb68dcfb0f8172ebf788b8f7 (patch) | |
tree | e12cf8b7af4e991b023c973b86ab2252d68569a2 /phpBB/includes/functions.php | |
parent | 09d7367dfc80f87b2fa36785a1e4285666c2d58a (diff) | |
download | forums-53caf83233c962adbb68dcfb0f8172ebf788b8f7.tar forums-53caf83233c962adbb68dcfb0f8172ebf788b8f7.tar.gz forums-53caf83233c962adbb68dcfb0f8172ebf788b8f7.tar.bz2 forums-53caf83233c962adbb68dcfb0f8172ebf788b8f7.tar.xz forums-53caf83233c962adbb68dcfb0f8172ebf788b8f7.zip |
[feature/controller] Remove now-unused code
PHPBB3-10864
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 17fc16ef86..02a9e33f2a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -7,9 +7,6 @@ * */ -use Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper; -use Symfony\Component\Routing\RequestContext; - /** * @ignore */ @@ -2338,7 +2335,7 @@ function phpbb_on_page($template, $user, $base_url, $num_items, $per_page, $star function append_sid($url, $params = false, $is_amp = true, $session_id = false) { global $_SID, $_EXTRA_URL, $phpbb_hook; - global $phpbb_dispatcher, $phpbb_root_path, $config, $symfony_request; + global $phpbb_dispatcher; if ($params === '' || (is_array($params) && empty($params))) { |