Merge pull request #1022 from Mips2648/patch-1
fix notification to secretaries
This commit is contained in:
commit
33693af996
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