From 1d89a4d8e43f730163fff390ded76b5d25984390 Mon Sep 17 00:00:00 2001 From: pero1203 Date: Tue, 27 Apr 2021 10:11:53 +0200 Subject: [PATCH] Popravek pri posiljanju vabil --- .../survey/classes/surveyEmails/class.SurveyInvitationsNew.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php b/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php index f00772780..c60f91e8d 100644 --- a/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php +++ b/admin/survey/classes/surveyEmails/class.SurveyInvitationsNew.php @@ -3889,7 +3889,7 @@ class SurveyInvitationsNew { $sending_results = $squalo->sendSqualoInvitations($sql_query, $sending_data); } else{ - $sending_results = $this->sendMailToUser($sql_query, $sending_data); + $sending_results = $this->sendMailToUsers($sql_query, $sending_data); } $send_ok = $sending_results['send_ok'];