From 4ff1c9cb7d88c523dee605990f48ee4a07eefe2e Mon Sep 17 00:00:00 2001 From: Luis Calvo Date: Thu, 9 Jan 2020 17:56:34 +0100 Subject: [PATCH] Fixed template redirection tasklist on cron extension --- pandora_console/include/functions_cron.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php index 6a79096175..5789764a3a 100644 --- a/pandora_console/include/functions_cron.php +++ b/pandora_console/include/functions_cron.php @@ -551,8 +551,9 @@ function cron_list_table() $report_per_agent = $args[0]; $report_name = $args[3]; $email = $args[4]; - $data[2] .= '
- '.__('Template').": ".$template['name'].''; + $data[2] .= '
- '.__('Template').': '; + $data[2] .= ''; + $data[2] .= $template['name'].''; $data[2] .= '
- '.__('Agents').': '.$agents_id.''; $data[2] .= '
- '.__('Report per agent').': '.$report_per_agent.''; $data[2] .= '
- '.__('Report name').': '.$report_name.'';