mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix console report pandora_enterprise#6367
This commit is contained in:
parent
d9227fae0e
commit
67f3a9c088
@ -550,7 +550,7 @@ function cron_list_table()
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'cron_task_generate_report':
|
case 'cron_task_generate_report':
|
||||||
if ((bool) $task['enabled'] === true && ($write_perms === true || $manage_pandora === true)) {
|
if ((bool) $task['enabled'] === true) {
|
||||||
$data[0] = html_print_anchor(
|
$data[0] = html_print_anchor(
|
||||||
[
|
[
|
||||||
'href' => sprintf(
|
'href' => sprintf(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user