mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
refactor events meta pandora_enterprise#9086
This commit is contained in:
parent
9505206328
commit
4ca78ec00c
@ -1515,7 +1515,7 @@ function events_get_all(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($count === true
|
if ($count === true
|
||||||
&& (is_metaconsole() !== false
|
&& (is_metaconsole() === false
|
||||||
|| (is_metaconsole() === true && empty($filter['server_id']) === false))
|
|| (is_metaconsole() === true && empty($filter['server_id']) === false))
|
||||||
) {
|
) {
|
||||||
$sql = 'SELECT count(*) as nitems FROM ('.$sql.') tt';
|
$sql = 'SELECT count(*) as nitems FROM ('.$sql.') tt';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user