diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-10-02 10:47:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-10-02 10:47:25 +0200 |
commit | 816802774dc0d9ecf49d3c1e4f064332508bb429 (patch) | |
tree | 3ee58396f964962408dbd35f6de0e311de3f6399 | |
parent | b7559c1df60bc3c0a16ce3ed32c9e8578d8d668e (diff) | |
download | volse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.tar.gz volse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.tar.bz2 volse-hubzilla-816802774dc0d9ecf49d3c1e4f064332508bb429.zip |
another missing backslash
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
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(); |