mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 22:25:31 +02:00
Corrected missing mail handlers preference. Added Debug-active warning. Enabling e_DEBUG in e107_config.php will now enable debug in the mailout class.
This commit is contained in:
@@ -556,6 +556,12 @@ class mailoutAdminClass extends e107MailManager
|
||||
$ret++;
|
||||
}
|
||||
|
||||
if(empty($pref['e_mailout_list']))
|
||||
{
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
||||
// Load additional configured handlers e_mailout.php from plugins.
|
||||
foreach($pref['e_mailout_list'] as $mailer => $v)
|
||||
{
|
||||
|
Reference in New Issue
Block a user