1
0
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:
Cameron
2015-05-17 12:26:53 -07:00
parent bf2aa9b568
commit f7eadfd588
5 changed files with 31 additions and 24 deletions

View File

@@ -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);
}