Inelegantly fixed #5186 - placeholder notification being sent
This needs work
This commit is contained in:
parent
dcd74f6922
commit
bcd02ce718
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class CheckinNotification extends Notification
|
||||||
if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1'))
|
if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1'))
|
||||||
|| (method_exists($item, 'getEula') && ($item->getEula()))
|
|| (method_exists($item, 'getEula') && ($item->getEula()))
|
||||||
) {
|
) {
|
||||||
$notifyBy[] = 'mail';
|
// $notifyBy[] = 'mail';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $notifyBy;
|
return $notifyBy;
|
||||||
|
|
Loading…
Add table
Reference in a new issue