From: Tobias Hößl Date: Sat, 31 Mar 2012 08:29:13 +0000 (+0000) Subject: Show the pseudo-user Administrator instead of a broken image X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e92b5336f869a2faddc2f25d47883be9596a3a25;p=friendica-addons.git Show the pseudo-user Administrator instead of a broken image --- diff --git a/facebook/facebook.php b/facebook/facebook.php index 33d7d187..8fcde403 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -964,6 +964,9 @@ function facebook_post_hook(&$a,&$b) { 'language' => $r[0]['language'], 'to_name' => $r[0]['username'], 'to_email' => $r[0]['email'], + 'source_name' => t('Administrator'), + 'source_link' => $a->config["system"]["url"], + 'source_photo' => $a->config["system"]["url"] . '/images/person-80.jpg', )); set_pconfig($b['uid'], 'facebook', 'session_expired_mailsent', time());