mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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:
commit
a5b9135442
@ -1101,7 +1101,7 @@ class Events
|
|||||||
if (is_metaconsole() === false) {
|
if (is_metaconsole() === false) {
|
||||||
$count = events_get_all(
|
$count = events_get_all(
|
||||||
'count',
|
'count',
|
||||||
$filters,
|
$filters
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($count !== false) {
|
if ($count !== false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user