mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Error "Access to undeclared static property: Advanced_MailerController::$config" 수정
This commit is contained in:
parent
fc2d9a2501
commit
0d9e6f333f
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class Advanced_MailerController extends Advanced_Mailer
|
|||
{
|
||||
$config = $this->getConfig();
|
||||
|
||||
if (toBool($config->log_sent_mail) || (toBool(self::$config->log_errors) && count($mail->errors)))
|
||||
if (toBool($config->log_sent_mail) || (toBool($config->log_errors) && count($mail->errors)))
|
||||
{
|
||||
$obj = new \stdClass();
|
||||
$obj->mail_srl = getNextSequence();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue