aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-10-02 10:47:25 +0200
committerMario Vavti <mario@mariovavti.com>2016-10-02 10:47:25 +0200
commit816802774dc0d9ecf49d3c1e4f064332508bb429 (patch)
tree3ee58396f964962408dbd35f6de0e311de3f6399 /Zotlabs/Lib/Enotify.php
parentb7559c1df60bc3c0a16ce3ed32c9e8578d8d668e (diff)
downloadvolse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.tar.gz
volse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.tar.bz2
volse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.zip
another 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 1e2d9d3aa..a6527ae71 100644
--- a/Zotlabs/Lib/Enotify.php
+++ b/Zotlabs/Lib/Enotify.php
@@ -82,7 +82,7 @@ class Enotify {
$sender_name = get_config('system','from_email_name');
if(! $sender_name)
- $sender_name = Zotlabs\Lib\System::get_site_name();
+ $sender_name = \Zotlabs\Lib\System::get_site_name();