fix notification to secretaries

This commit is contained in:
Mips2648 2021-03-12 19:48:19 +01:00 committed by GitHub
parent 99a5423e41
commit 45273fe707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class Notifications {
foreach ($secretaries as $secretary)
{
if ( ! $secretary['settings']['notifications'] === '0')
if ($secretary['settings']['notifications'] === '0')
{
continue;
}