configurable FB poll interval, default 1hr.

This commit is contained in:
Friendika 2011-05-02 20:14:37 -07:00
parent 4332e39d4d
commit 0f261ef8fa
4 changed files with 100 additions and 80 deletions

View file

@ -671,7 +671,8 @@ function item_content(&$a) {
// send the notification upstream/downstream as the case may be
proc_run('php',"include/notifier.php","drop","$drop_id");
// We seem to lose the return url occasionally. Have not been able to reliably duplicate
// logger('drop_return_url: ' . $_SESSION['return_url']);
goaway($a->get_baseurl() . '/' . $_SESSION['return_url']);
//NOTREACHED
}