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:
@@ -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')
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user