File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
app/code/core/Mage/Core/Model/Email Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 16981698 "contributions" : [
16991699 " doc"
17001700 ]
1701+ },
1702+ {
1703+ "login" : " lc-excell" ,
1704+ "name" : " lc-excell" ,
1705+ "avatar_url" : " https://avatars.githubusercontent.com/u/158118232?v=4" ,
1706+ "profile" : " https://github.com/lc-excell" ,
1707+ "contributions" : [
1708+ " bug"
1709+ ]
17011710 }
17021711 ],
17031712 "commitType" : " docs"
Original file line number Diff line number Diff line change @@ -275,6 +275,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
275275 </tr>
276276 <tr>
277277 <td align="center" valign="top" width="14.28%"><a href="http://www.denisahac.xyz"><img src="https://avatars.githubusercontent.com/u/6700576?v=4" loading="lazy" width="100" alt=""/><br /><sub><b>Den Isahac</b></sub></a></td>
278+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/lc-excell"><img src="https://avatars.githubusercontent.com/u/158118232?v=4" loading="lazy" width="100" alt=""/><br /><sub><b>lc-excell</b></sub></a></td>
278279 </tr>
279280 </tbody >
280281</table >
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ public function send()
192192 $ mailer = new Zend_Mail ('utf-8 ' );
193193 foreach ($ message ->getRecipients () as $ recipient ) {
194194 [$ email , $ name , $ type ] = $ recipient ;
195- match ($ type ) {
195+ match (( int ) $ type ) {
196196 self ::EMAIL_TYPE_BCC => $ mailer ->addBcc ($ email ),
197197 default => $ mailer ->addTo ($ email , $ this ->getBase64EncodedString ($ name )),
198198 };
You can’t perform that action at this time.
0 commit comments