]> git.mxchange.org Git - friendica.git/commitdiff
deleted my comment of the original line
authorSilke Meyer <silke@silkemeyer.net>
Sat, 31 Jan 2015 17:41:05 +0000 (18:41 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Sat, 31 Jan 2015 17:41:05 +0000 (18:41 +0100)
include/enotify.php

index 2c940f614b33f511fe50a6f7659006dddcc02cef..7d862190590b93e40bf359cb13ce692fe26cfd7a 100644 (file)
@@ -28,7 +28,6 @@ function notification($params) {
        if(strpos($hostname,':'))
                $hostname = substr($hostname,0,strpos($hostname,':'));
        
-       // $sender_email = t('noreply') . '@' . $hostname;
        $sender_email = $a->config['sender_email'];
        if (empty($sender_email)) {
                $sender_email = t('noreply') . '@' . $hostname;