diff options
author | friendica <info@friendica.com> | 2013-07-20 05:20:14 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-20 05:20:14 -0700 |
commit | 2f0c853ba0f619d26a63290cb55926fce99c6ed4 (patch) | |
tree | c84150f1dab50c19662d6249f0b6d4c507488201 /include/settings.php | |
parent | 45797f01ad744f652660960d58e081a6f0fbc229 (diff) | |
download | volse-hubzilla-2f0c853ba0f619d26a63290cb55926fce99c6ed4.tar.gz volse-hubzilla-2f0c853ba0f619d26a63290cb55926fce99c6ed4.tar.bz2 volse-hubzilla-2f0c853ba0f619d26a63290cb55926fce99c6ed4.zip |
clone sync: extra param to zot_build_packet
Diffstat (limited to 'include/settings.php')
-rw-r--r-- | include/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/settings.php b/include/settings.php index 61bc2a455..846111c1d 100644 --- a/include/settings.php +++ b/include/settings.php @@ -78,7 +78,7 @@ function build_sync_packet($uid = 0, $packet = null) { foreach($synchubs as $hub) { $hash = random_string(); - $n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],null,$hash); + $n = zot_build_packet($channel,'notify',$env_recips,$hub['hubloc_sitekey'],$hash); q("insert into outq ( outq_hash, outq_account, outq_channel, outq_posturl, outq_async, outq_created, outq_updated, outq_notify, outq_msg ) values ( '%s', %d, %d, '%s', %d, '%s', '%s', '%s', '%s' )", dbesc($hash), intval($channel['channel_account']), |