Fixed bug in meta

Former-commit-id: abccf5d87390bdb9981928e975947fe3ad71cc70
This commit is contained in:
manuel 2019-03-20 11:32:25 +01:00
parent 6121c2a32b
commit 05ab375f8a
1 changed files with 2 additions and 0 deletions

View File

@ -429,8 +429,10 @@ function cron_list_table()
}
$email = $args[1];
$report_type = $args[4];
$data[2] .= '<br>- '.__('Report').": <a href='index.php?sec=reporting&sec2=operation/reporting/reporting_viewer&id=".$args[0]."'>";
$data[2] .= $report['name'].'</a>';
$data[2] .= '<br>- '.__('Report type').': '.$report_type;
$data[2] .= '<br>- '.__('Email').": <a href='mailto:".$email."'>";
$data[2] .= ui_print_truncate_text($email, 60, false).'</a>';
break;