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