mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
minor change
This commit is contained in:
parent
75fe9dd8d3
commit
e3d01930b1
@ -774,7 +774,7 @@ class Manager implements PublicLogin
|
||||
|
||||
$dashboards = \db_get_all_rows_sql($sql_dashboard);
|
||||
|
||||
if ($favourite === true) {
|
||||
if ($favourite === true && $dashboards !== false && count($dashboards) > 0) {
|
||||
$dashboards = array_map(
|
||||
function ($dashboard) {
|
||||
$dashboard['name'] = io_safe_input($dashboard['name']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user