diff --git a/include/enotify.php b/include/enotify.php index 2c940f614..7d8621905 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;