missing backslash
This commit is contained in:
parent
bbf3d960b2
commit
b7559c1df6
@ -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