1
0
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:
Cameron
2014-10-16 23:50:47 -07:00
parent 567fb01e12
commit 9eb415abae
4 changed files with 106 additions and 209 deletions

View File

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