aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-02 20:14:37 -0700
committerFriendika <info@friendika.com>2011-05-02 20:14:37 -0700
commit0f261ef8fa41dc3c438b4eba36b314915e34aaf6 (patch)
treedce52be6e57d263ffc70829cead53aa1967ef463 /mod/item.php
parent4332e39d4d43d4f1fdfd490379ad427a78cb2267 (diff)
downloadvolse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.gz
volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.bz2
volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.zip
configurable FB poll interval, default 1hr.
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php3
1 files changed, 2 insertions, 1 deletions
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
}