mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#10156 fixed error 500 in wizard reporting
This commit is contained in:
parent
2db24935c0
commit
3fabe05c6e
@ -8802,6 +8802,8 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
|||||||
$data = [];
|
$data = [];
|
||||||
|
|
||||||
$style = io_safe_output($content['style']);
|
$style = io_safe_output($content['style']);
|
||||||
|
|
||||||
|
if (is_array($style)) {
|
||||||
if ($style['hide_notinit_agents']) {
|
if ($style['hide_notinit_agents']) {
|
||||||
$aux_id_agents = $agents;
|
$aux_id_agents = $agents;
|
||||||
$i = 0;
|
$i = 0;
|
||||||
@ -8822,6 +8824,7 @@ function reporting_availability($report, $content, $date=false, $time=false)
|
|||||||
$i++;
|
$i++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (empty($items) === false
|
if (empty($items) === false
|
||||||
&& (bool) $content['compare_work_time'] === true
|
&& (bool) $content['compare_work_time'] === true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user