mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed issue with meta
This commit is contained in:
parent
7617330e93
commit
b3aa47877d
@ -552,7 +552,9 @@ function cron_list_table()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($args[0]) === false || (string) $args[1] !== '0') {
|
hd($args, true);
|
||||||
|
hd('cron', true);
|
||||||
|
if (empty($args[1]) === false && (string) $args[1] !== '0') {
|
||||||
$agents_id = $args[1];
|
$agents_id = $args[1];
|
||||||
} else {
|
} else {
|
||||||
if (empty($args[2]) === false) {
|
if (empty($args[2]) === false) {
|
||||||
@ -566,8 +568,7 @@ function cron_list_table()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$id_group = $args[3];
|
$report_per_agent = $args[3];
|
||||||
$report_per_agent = $args[0];
|
|
||||||
$report_name = $args[4];
|
$report_name = $args[4];
|
||||||
$email = $args[5];
|
$email = $args[5];
|
||||||
$data[2] .= '<br>- '.__('Template').': ';
|
$data[2] .= '<br>- '.__('Template').': ';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user