Visual Console Refactor: minor fix
Former-commit-id: aaa840b7145ff0a449ab31f850095ca5574761e1
This commit is contained in:
parent
b7ed6f9a7b
commit
0dca571e2d
|
@ -84,7 +84,7 @@ final class EventsHistory extends Item
|
|||
include_once $config['homedir'].'/include/functions_graph.php';
|
||||
|
||||
// Get the linked agent and module Ids.
|
||||
$linkedModule = $this->extractLinkedModule($data);
|
||||
$linkedModule = static::extractLinkedModule($data);
|
||||
$agentId = static::parseIntOr($linkedModule['agentId'], null);
|
||||
$moduleId = static::parseIntOr($linkedModule['moduleId'], null);
|
||||
|
||||
|
|
Loading…
Reference in New Issue