mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Issue #4918 - Undefined constants cleanup.
This commit is contained in:
@@ -450,7 +450,7 @@ class newsletter
|
||||
$mailData = array(
|
||||
'mail_content_status' => MAIL_STATUS_TEMP,
|
||||
'mail_create_app' => 'newsletter',
|
||||
'mail_title' => NLLAN_01.' '.$issue,
|
||||
'mail_title' => LAN_PLUGIN_NEWSLETTER_NAME.' '.$issue,
|
||||
'mail_subject' => $newsletterParentInfo['newsletter_title'] .': '.$newsletterInfo['newsletter_title'],
|
||||
'mail_sender_email' => $pref['siteadminemail'],
|
||||
'mail_sender_name' => $pref['siteadmin'],
|
||||
|
Reference in New Issue
Block a user