mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed period in log reports. Ticket #337
This commit is contained in:
parent
af131ede10
commit
a1667fd129
@ -930,6 +930,7 @@ switch ($action) {
|
||||
$es['id_agents'] = $agents_to_report;
|
||||
|
||||
$values['external_source'] = json_encode($es);
|
||||
$values['period'] = get_parameter('period');
|
||||
$good_format = true;
|
||||
break;
|
||||
case 'prediction_date':
|
||||
@ -1284,6 +1285,7 @@ switch ($action) {
|
||||
$es['id_agents'] = $agents_to_report;
|
||||
|
||||
$values['external_source'] = json_encode($es);
|
||||
$values['period'] = get_parameter('period');
|
||||
$good_format = true;
|
||||
break;
|
||||
case 'agent_module':
|
||||
|
Loading…
x
Reference in New Issue
Block a user