Merge branch 'develop'

This commit is contained in:
snipe 2018-03-22 20:27:40 -07:00
commit 795c2cf540

View file

@ -45,7 +45,7 @@ class CheckinNotification extends Notification
if ((method_exists($item, 'requireAcceptance') && ($item->requireAcceptance() == '1'))
|| (method_exists($item, 'getEula') && ($item->getEula()))
) {
$notifyBy[] = 'mail';
// $notifyBy[] = 'mail';
}
}
return $notifyBy;