mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
parse error fix
This commit is contained in:
@@ -114,7 +114,7 @@ class notify
|
||||
}
|
||||
else
|
||||
{ // Otherwise add to mailout queue
|
||||
require(e_HANDLER.'mail_manager_class.php');
|
||||
require_once(e_HANDLER.'mail_manager_class.php');
|
||||
$mailer = new e107MailManager;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user