mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
faq cron Syntax error fix.
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
|
||||
|
||||
$eml = array(
|
||||
'subject' => $tp->lanVars(LANA_FAQ_CRON_6, count($count), ,date('d-M-Y')),
|
||||
'subject' => $tp->lanVars(LANA_FAQ_CRON_6, array('x'=>count($count), 'y'=> date('d-M-Y'))),
|
||||
// 'sender_email' => $email,
|
||||
'sender_name' => SITENAME." ".LAN_AUTOMATION,
|
||||
// 'replyto' => $email,
|
||||
|
Reference in New Issue
Block a user