]> git.mxchange.org Git - friendica.git/commitdiff
Changed the "From" field for system emails from product to sitename.
authorSilke Meyer <silke@silkemeyer.net>
Sat, 31 Jan 2015 17:44:30 +0000 (18:44 +0100)
committerSilke Meyer <silke@silkemeyer.net>
Sat, 31 Jan 2015 17:44:30 +0000 (18:44 +0100)
include/enotify.php

index 7d862190590b93e40bf359cb13ce692fe26cfd7a..4327e75b837d5c25fb36fbad03c7f123e861b5eb 100644 (file)
@@ -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,':'));