From bcd02ce718fd297edb94e4185a4f353b6786a279 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 22 Mar 2018 20:27:14 -0700 Subject: [PATCH] Inelegantly fixed #5186 - placeholder notification being sent This needs work --- app/Notifications/CheckinNotification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Notifications/CheckinNotification.php b/app/Notifications/CheckinNotification.php index ed2f6d0585..a74c27b1d0 100644 --- a/app/Notifications/CheckinNotification.php +++ b/app/Notifications/CheckinNotification.php @@ -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;