mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
Minor fixes to Admin->mailout area. Should be mostly functional now.
This commit is contained in:
@@ -2043,7 +2043,7 @@ class mailoutAdminClass extends e107MailManager
|
||||
{
|
||||
$ret = array();
|
||||
|
||||
$templates = e107::getCoreTemplate('email');
|
||||
$templates = e107::getCoreTemplate('email', false, 'front', false);
|
||||
|
||||
foreach($templates as $key => $layout)
|
||||
{
|
||||
|
Reference in New Issue
Block a user