From 0f261ef8fa41dc3c438b4eba36b314915e34aaf6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 2 May 2011 20:14:37 -0700 Subject: configurable FB poll interval, default 1hr. --- mod/item.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 7b561fcca..c4f368fd0 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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 } -- cgit v1.2.3