|
@@ -81,7 +81,7 @@ |
|
|
block discarded – undo |
|
81
|
81
|
} |
|
82
|
82
|
$context[self::ALREADY_CALLED][] = $this->getId($object); |
|
83
|
83
|
if ($object instanceof AbstractComponent || $object instanceof DynamicContent || $object instanceof AbstractContent) { |
|
84
|
|
- $context['groups'] = array_map(static function($grp) { |
|
|
84
|
+ $context['groups'] = array_map(static function ($grp) { |
|
85
|
85
|
if (strpos($grp, 'route') === 0) { |
|
86
|
86
|
return str_replace('route', 'component', $grp); |
|
87
|
87
|
} |
Please login to merge, or discard this patch.