Visual Console Refactor: minor fix

Former-commit-id: aaa840b7145ff0a449ab31f850095ca5574761e1
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-03 10:28:41 +02:00
parent b7ed6f9a7b
commit 0dca571e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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);