diff options
author | Friendika <info@friendika.com> | 2011-05-02 20:14:37 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-02 20:14:37 -0700 |
commit | 0f261ef8fa41dc3c438b4eba36b314915e34aaf6 (patch) | |
tree | dce52be6e57d263ffc70829cead53aa1967ef463 /mod | |
parent | 4332e39d4d43d4f1fdfd490379ad427a78cb2267 (diff) | |
download | volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.gz volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.tar.bz2 volse-hubzilla-0f261ef8fa41dc3c438b4eba36b314915e34aaf6.zip |
configurable FB poll interval, default 1hr.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 3 |
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 } |