1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fixes for {SITEURL} when using crons.

This commit is contained in:
Cameron
2015-05-17 02:01:25 -07:00
parent 686c7187ff
commit bf2aa9b568
3 changed files with 14 additions and 7 deletions

View File

@@ -721,7 +721,7 @@ class mailout_main_ui extends e_admin_ui
}
else
{
e107::coreLan('signup');
// e107::coreLan('signup');
$tp = e107::getParser();
$eml = array(
@@ -767,7 +767,7 @@ class mailout_main_ui extends e_admin_ui
'LOGINNAME' => "test-loginname",
'SUBJECT' => "Test Subject",
'DATE_SHORT' => $tp->toDate(time(),'short'),
'DATE_LONG' => $tp->toDate(time(),'long'),
'DATE_LONG' => $tp->toDate(time(),'long')
);