mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fixes #276 - blank page on signup.php caused by templates folder move
This commit is contained in:
@@ -778,7 +778,7 @@ function render_email($userInfo, $preview = FALSE)
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once(e_THEME.'templates/email_template.php');
|
||||
require_once(e_CORE.'templates/email_template.php');
|
||||
}
|
||||
|
||||
/* Inline images now handled automatically - just include in email template with an absolute link
|
||||
|
Reference in New Issue
Block a user