aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-10-02 10:36:04 +0200
committerMario Vavti <mario@mariovavti.com>2016-10-02 10:36:04 +0200
commitb7559c1df60bc3c0a16ce3ed32c9e8578d8d668e (patch)
treedf6dfd9eeb7393e970028dfd4cbe506d2b252af1 /Zotlabs/Lib/Enotify.php
parentbbf3d960b21a61b3a7ae3153ac668cc421527f82 (diff)
downloadvolse-hubzilla-b7559c1df60bc3c0a16ce3ed32c9e8578d8d668e.tar.gz
volse-hubzilla-b7559c1df60bc3c0a16ce3ed32c9e8578d8d668e.tar.bz2
volse-hubzilla-b7559c1df60bc3c0a16ce3ed32c9e8578d8d668e.zip
missing backslash
Diffstat (limited to 'Zotlabs/Lib/Enotify.php')
-rw-r--r--Zotlabs/Lib/Enotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php
index d6fe73717..1e2d9d3aa 100644
--- a/Zotlabs/Lib/Enotify.php
+++ b/Zotlabs/Lib/Enotify.php
@@ -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');