[FrameworkBundle] fixed typo

This commit is contained in:
Fabien Potencier 2010-08-18 13:44:52 +02:00
parent 42cad4e57e
commit 68af528813

View File

@ -34,7 +34,8 @@ class InternalController extends Controller
$request = $this['request'];
$attributes = $request->attributes;
unset($attributes['path'], $attributes['controller']);
$attributes->delete('path');
$attributes->delete('controller');
if ('none' !== $path)
{
parse_str($path, $tmp);