* fix bug.

This commit is contained in:
wangyidong
2018-11-27 09:03:01 +08:00
parent 78441e51f9
commit f69fd87feb
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -303,6 +303,7 @@ class mail extends control
public function asyncSend()
{
/* Reload mail config. */
$this->loadModel('common')->loadConfigFromDB();
$this->app->loadConfig('mail');
$queueList = $this->mail->getQueue('wait', 'id_asc');
$now = helper::now();