SDKiller / zyx-phpmailer

PHPMailer integration for Yii2 framework
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

call_user_func_array() expects parameter 1 to be a valid callback, non-static method zyx\phpmailer\Mailer::processResult() should not be called statically #2

Closed dryu closed 10 years ago

dryu commented 10 years ago

call_user_func_array() expects parameter 1 to be a valid callback, non-static method zyx\phpmailer\Mailer::processResult() should not be called statically

Looks like Mailer::processResult() needs to be made static.

SDKiller commented 10 years ago

Yes, you are right. I'll fix that

sergeevdan commented 8 years ago

Thank you!