fix: [proposal alert email] function call fixed

pull/7608/head
iglocska 2021-07-27 15:09:23 +02:00
parent 3166ef66a2
commit e45245ec86
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -3947,7 +3947,7 @@ class EventsController extends AppController
$counter++;
}
if (!$sa['deleted']) {
$this->Event->ShadowAttribute->__sendProposalAlertEmail($event['Event']['id']);
$this->Event->ShadowAttribute->sendProposalAlertEmail($event['Event']['id']);
}
}
}