* adjust the notice for daily report.

This commit is contained in:
wangchunsheng
2013-03-03 00:33:34 +00:00
parent 11d72d123c
commit ac39ce3dca

View File

@@ -144,7 +144,7 @@ class report extends control
$this->loadModel('mail');
/* Check mail turnon.*/
if(!$this->config->mail->turnon) die("Mail turnon is off. Please open config for send mail.\n");
if(!$this->config->mail->turnon) die("You should turn on the Email feature first.\n");
foreach($reminder as $user => $mail)
{