1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11215] Correct paths when path info is used for controller access

PHPBB3-11215
This commit is contained in:
David King
2012-11-19 18:15:59 -05:00
parent 2d7a91ebd6
commit c20f92ba1e
3 changed files with 52 additions and 14 deletions

View File

@@ -24,7 +24,6 @@ $user->session_begin();
$auth->acl($user->data);
$user->setup('app');
$symfony_request = phpbb_create_symfony_request($request);
$http_kernel = $phpbb_container->get('http_kernel');
$response = $http_kernel->handle($symfony_request);
$response->send();