mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Fix: SITEURL was broken in CLI mode.
This commit is contained in:
@@ -828,7 +828,7 @@ class e107MailManager
|
||||
if ($email['mail_notify_complete'] & 2) // Do e107 notify
|
||||
{
|
||||
require_once(e_HANDLER."notify_class.php");
|
||||
notify_maildone($message);
|
||||
// notify_maildone($message); // FIXME
|
||||
}
|
||||
e107::getEvent()->trigger('maildone', $email);
|
||||
}
|
||||
|
Reference in New Issue
Block a user