Fix widgets custom

This commit is contained in:
MatteoPistorello 2021-02-08 11:52:54 +01:00
parent d60b83991f
commit cebe336f4d
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class WidgetManager implements ManagerInterface
$content = ob_get_clean();
}
return $this->chart($widget, $content);
return $this->render($widget, $widget['text'], $content);
}
protected function render($widget, $title, $number = null)