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:
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…
x
Reference in New Issue
Block a user