mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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);
|
$dashboards = \db_get_all_rows_sql($sql_dashboard);
|
||||||
|
|
||||||
if ($favourite === true) {
|
if ($favourite === true && $dashboards !== false && count($dashboards) > 0) {
|
||||||
$dashboards = array_map(
|
$dashboards = array_map(
|
||||||
function ($dashboard) {
|
function ($dashboard) {
|
||||||
$dashboard['name'] = io_safe_input($dashboard['name']);
|
$dashboard['name'] = io_safe_input($dashboard['name']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user