X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=facebook%2Ffacebook.php;h=e433c98ef95a8b856315a7d30f569ff687982316;hb=fc4250303b3c6f0e5113f9853a8072e944bfaac6;hp=8436ece64510ab7b3eab9c7d2242ca021f7fba27;hpb=df8163fe0debc5345f5aefb7ae2cf1ac92239215;p=friendica-addons.git diff --git a/facebook/facebook.php b/facebook/facebook.php index 8436ece6..e433c98e 100755 --- a/facebook/facebook.php +++ b/facebook/facebook.php @@ -598,7 +598,7 @@ function facebook_cron($a,$b) { if(strlen($a->config['admin_email']) && !get_config('facebook', 'realtime_err_mailsent')) { $res = mail($a->config['admin_email'], t('Problems with Facebook Real-Time Updates'), - "Hi!\n\nThere's a problem with the Facebook Real-Time Updates that cannot be solved automatically. Maybe an permission issue?\n\nThis e-mail will only be sent once.", + "Hi!\n\nThere's a problem with the Facebook Real-Time Updates that cannot be solved automatically. Maybe a permission issue?\n\nPlease try to re-activate it on " . $a->config["system"]["url"] . "/admin/plugins/facebook\n\nThis e-mail will only be sent once.", 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" . 'Content-transfer-encoding: 8bit'