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 | |
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
-rw-r--r-- | include/settings.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 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']), diff --git a/version.inc b/version.inc index 9213d6d5f..2ec45cf19 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-07-19.379 +2013-07-20.380 |