Change 24h event histogram function in pandora mobile to same that desktop pandora - #1170
This commit is contained in:
parent
60757b0ad6
commit
44cf079b20
|
@ -85,7 +85,7 @@ class Agent {
|
|||
$agent_id = $system->getRequest('agent_id', '0');
|
||||
$width = $system->getRequest('width', '400');
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue