1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-21 14:00:53 +01:00

Fix widgets custom

This commit is contained in:
MatteoPistorello 2021-02-08 11:52:54 +01:00
parent d60b83991f
commit cebe336f4d

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)