Merge branch 'ent-9307-error-500-en-vista-mobile-con-php-7-2' into 'develop'

fix 550 error evnts mobile php 7.2 pandora_enterprise#9307

See merge request artica/pandorafms!5029
This commit is contained in:
Diego Muñoz-Reja 2022-07-22 10:34:52 +00:00
commit a5b9135442
1 changed files with 1 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ class Events
if (is_metaconsole() === false) {
$count = events_get_all(
'count',
$filters,
$filters
);
if ($count !== false) {