diff --git a/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php b/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php index 95f03a0dac..dd1de27d03 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php +++ b/src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php @@ -34,6 +34,7 @@ class InternalController extends Controller $request = $this['request']; $attributes = $request->attributes; + unset($attributes['path'], $attributes['controller']); if ('none' !== $path) { parse_str($path, $tmp);