mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-16 13:32:14 +00:00
Fix email template path (#7763)
This commit is contained in:
@@ -119,7 +119,7 @@ if ($domains_processed == 1) {
|
||||
}
|
||||
|
||||
//insert default password reset email template
|
||||
if (file_exists(dirname(__DIR__, 2).'/app/email_templates')) {
|
||||
if (file_exists(dirname(__DIR__, 2).'/core/email_templates')) {
|
||||
|
||||
//add the email templates to the database
|
||||
$sql = "select count(*) as num_rows from v_email_templates ";
|
||||
|
||||
Reference in New Issue
Block a user