1
0
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:
Cameron
2014-11-15 13:29:37 -08:00
parent ca416467ba
commit 1734880bbb
5 changed files with 45 additions and 24 deletions

View File

@@ -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)
{