From: Silke Meyer Date: Sat, 31 Jan 2015 17:44:30 +0000 (+0100) Subject: Changed the "From" field for system emails from product to sitename. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=61a227dbaa518595068ca7144978b79a00811e2d;p=friendica.git Changed the "From" field for system emails from product to sitename. --- diff --git a/include/enotify.php b/include/enotify.php index 7d86219059..4327e75b83 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -23,7 +23,7 @@ function notification($params) { $site_admin = sprintf( t('%s Administrator'), $sitename); $nickname = ""; - $sender_name = $product; + $sender_name = $sitename; $hostname = $a->get_hostname(); if(strpos($hostname,':')) $hostname = substr($hostname,0,strpos($hostname,':'));