missing backslash

This commit is contained in:
Mario Vavti
2016-10-02 10:36:56 +02:00
parent 1af56b1025
commit 541e40f29c
+1 -1
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');