diff options
-rw-r--r-- | include/zot.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 52ae23ba5..f6816ee7c 100644 --- a/include/zot.php +++ b/include/zot.php @@ -489,6 +489,7 @@ function zot_refresh($them, $channel = null, $force = false) { $new_perms = get_all_perms($channel['channel_id'],$x['hash']); // Send a clone sync packet and a permissions update if permissions have changed + $new_connection = q("select * from abook where abook_xchan = '%s' and abook_channel = %d and abook_self = 0 order by abook_created desc limit 1", dbesc($x['hash']), intval($channel['channel_id']) diff --git a/version.inc b/version.inc index 2d7153d51..4a93ab93e 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-09-18.1159 +2015-09-19.1160 |