missing backslash

This commit is contained in:
Mario Vavti 2016-10-02 10:36:04 +02:00
parent bbf3d960b2
commit b7559c1df6

View File

@ -77,7 +77,7 @@ class Enotify {
$sender_email = get_config('system','from_email');
if(! $sender_email)
$sender_email = 'Administrator' . '@' . App::get_hostname();
$sender_email = 'Administrator' . '@' . \App::get_hostname();
$sender_name = get_config('system','from_email_name');