mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +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;
|
||||
if (isset($this->values['groupId']) === false) {
|
||||
$this->configurationRequired = true;
|
||||
} else {
|
||||
} else if ($this->values['groupId'] !== '0') {
|
||||
$check_exist = \db_get_value(
|
||||
'id_grupo',
|
||||
'tgrupo',
|
||||
|
Loading…
x
Reference in New Issue
Block a user