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:48:02 +0200 |
commit | 5cd4e340eb8d00842b89ecfe013de88b3ed4622e (patch) | |
tree | daa8ae1bd44902d109d2a7eff0c51359975b041c | |
parent | 541e40f29cbe47c25cfdeba32b03b7388c9578aa (diff) | |
download | volse-hubzilla-5cd4e340eb8d00842b89ecfe013de88b3ed4622e.tar.gz volse-hubzilla-5cd4e340eb8d00842b89ecfe013de88b3ed4622e.tar.bz2 volse-hubzilla-5cd4e340eb8d00842b89ecfe013de88b3ed4622e.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(); |