From: Silke Meyer Date: Sat, 31 Jan 2015 17:41:05 +0000 (+0100) Subject: deleted my comment of the original line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb2413ddaf7673e5912538801132d5dd57cf9c51;p=friendica.git deleted my comment of the original line --- diff --git a/include/enotify.php b/include/enotify.php index 2c940f614b..7d86219059 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -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;