deleted my comment of the original line

This commit is contained in:
Silke Meyer 2015-01-31 18:41:05 +01:00
parent 8991319d9d
commit bb2413ddaf
1 changed files with 0 additions and 1 deletions

View 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;