1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

parse error fix

This commit is contained in:
secretr
2012-05-09 14:51:38 +00:00
parent 1b0318d810
commit ee1af5e9cd

View File

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