[feature/controller] Remove now-unused code

PHPBB3-10864
This commit is contained in:
David King 2012-11-18 13:35:04 -05:00
parent 09d7367dfc
commit 53caf83233

View file

@ -7,9 +7,6 @@
* *
*/ */
use Symfony\Component\Routing\Matcher\Dumper\PhpMatcherDumper;
use Symfony\Component\Routing\RequestContext;
/** /**
* @ignore * @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) function append_sid($url, $params = false, $is_amp = true, $session_id = false)
{ {
global $_SID, $_EXTRA_URL, $phpbb_hook; 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))) if ($params === '' || (is_array($params) && empty($params)))
{ {