From 2f0c853ba0f619d26a63290cb55926fce99c6ed4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 20 Jul 2013 05:20:14 -0700 Subject: clone sync: extra param to zot_build_packet --- include/settings.php | 2 +- 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 -- cgit v1.2.3