fix: [eventReport] Function call not adapted after module rework merge

pull/6535/head
mokaddem 2020-10-31 21:23:27 +01:00
parent 0321a12d6e
commit baf7897c0c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ class EventReport extends AppModel
];
$module = $this->isFetchURLModuleEnabled();
if (!empty($module)) {
$result = $this->Module->queryModuleServer('/query', $modulePayload, false);
$result = $this->Module->queryModuleServer($modulePayload, false);
if (empty($result['results'][0]['values'][0])) {
return '';
}