deleted my comment of the original line
This commit is contained in:
parent
8991319d9d
commit
bb2413ddaf
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue