mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
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)
|
foreach ($secretaries as $secretary)
|
||||||
{
|
{
|
||||||
if ( ! $secretary['settings']['notifications'] === '0')
|
if ($secretary['settings']['notifications'] === '0')
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue