forked from mirrors/easyappointments
fix notification to secretaries
This commit is contained in:
parent
99a5423e41
commit
45273fe707
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class Notifications {
|
|||
|
||||
foreach ($secretaries as $secretary)
|
||||
{
|
||||
if ( ! $secretary['settings']['notifications'] === '0')
|
||||
if ($secretary['settings']['notifications'] === '0')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue