]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Emailer.php
Merge branch 'develop' of https://github.com/friendica/friendica into develop
[friendica.git] / src / Util / Emailer.php
index 1254c661887e9fe8759ac25972415e5e54a946c8..717366248f7a9f11e332c345809c99612cbd8f5c 100644 (file)
@@ -64,7 +64,7 @@ class Emailer
                $this->l10n        = $defaultLang;
 
                $this->siteEmailAddress = $this->config->get('config', 'sender_email');
-               if (empty($sysEmailAddress)) {
+               if (empty($this->siteEmailAddress)) {
                        $hostname = $this->baseUrl->getHostname();
                        if (strpos($hostname, ':')) {
                                $hostname = substr($hostname, 0, strpos($hostname, ':'));