mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix widgets custom
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user