Change 24h event histogram function in pandora mobile to same that desktop pandora - #1170

This commit is contained in:
enriquecd 2017-08-22 11:33:15 +02:00
parent 60757b0ad6
commit 44cf079b20

View File

@ -85,7 +85,7 @@ class Agent {
$agent_id = $system->getRequest('agent_id', '0'); $agent_id = $system->getRequest('agent_id', '0');
$width = $system->getRequest('width', '400'); $width = $system->getRequest('width', '400');
graph_graphic_agentevents( graph_graphic_agentevents(
$this->id, $width, 30, SECONDS_1DAY, ui_get_full_url(false)); $agent_id, $width, 30, SECONDS_1DAY, ui_get_full_url(false));
exit; exit;
} }
} }