]> git.mxchange.org Git - friendica-addons.git/commitdiff
Provide a link to reactivate Real-Time Updated
authorTobias Hößl <tobias@hoessl.eu>
Sat, 31 Mar 2012 08:16:09 +0000 (08:16 +0000)
committerTobias Hößl <tobias@hoessl.eu>
Sat, 31 Mar 2012 08:16:09 +0000 (08:16 +0000)
facebook/facebook.php

index 8436ece64510ab7b3eab9c7d2242ca021f7fba27..e433c98ef95a8b856315a7d30f569ff687982316 100755 (executable)
@@ -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'