mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix alerts fired widget
This commit is contained in:
parent
635eb692d1
commit
eda1ace809
@ -170,7 +170,7 @@ class AlertsFiredWidget extends Widget
|
|||||||
$this->configurationRequired = false;
|
$this->configurationRequired = false;
|
||||||
if (isset($this->values['groupId']) === false) {
|
if (isset($this->values['groupId']) === false) {
|
||||||
$this->configurationRequired = true;
|
$this->configurationRequired = true;
|
||||||
} else {
|
} else if ($this->values['groupId'] !== '0') {
|
||||||
$check_exist = \db_get_value(
|
$check_exist = \db_get_value(
|
||||||
'id_grupo',
|
'id_grupo',
|
||||||
'tgrupo',
|
'tgrupo',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user