mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Fixing minor issue with widget api and removing homepage menu
This commit is contained in:
@@ -112,7 +112,7 @@ class WidgetRenderingTwig extends \Twig_Extension
|
||||
$widget = $a[0];
|
||||
$config = $a[1];
|
||||
|
||||
$content = $widget->render($env, $block, $context, $config);
|
||||
$content .= $widget->render($env, $block, $context, $config);
|
||||
}
|
||||
|
||||
// for old rendering events (deprecated)
|
||||
|
Reference in New Issue
Block a user