missing backslash
This commit is contained in:
parent
1af56b1025
commit
541e40f29c
@ -77,7 +77,7 @@ class Enotify {
|
|||||||
|
|
||||||
$sender_email = get_config('system','from_email');
|
$sender_email = get_config('system','from_email');
|
||||||
if(! $sender_email)
|
if(! $sender_email)
|
||||||
$sender_email = 'Administrator' . '@' . App::get_hostname();
|
$sender_email = 'Administrator' . '@' . \App::get_hostname();
|
||||||
|
|
||||||
|
|
||||||
$sender_name = get_config('system','from_email_name');
|
$sender_name = get_config('system','from_email_name');
|
||||||
|
Reference in New Issue
Block a user