Fix widgets custom
This commit is contained in:
parent
d60b83991f
commit
cebe336f4d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue