From bb2413ddaf7673e5912538801132d5dd57cf9c51 Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 31 Jan 2015 18:41:05 +0100 Subject: [PATCH] deleted my comment of the original line --- include/enotify.php | 1 - 1 file changed, 1 deletion(-) 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;