aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-26 17:31:02 -0700
committerfriendica <info@friendica.com>2013-06-26 17:31:02 -0700
commitb9466941e77eea806539ea56b6b625d354968f4c (patch)
treef5f5c8eac6991609771ebd82941325b8b479968f /mod/connections.php
parent156cf592eeeaf1ef2fe446655b1f28debab7814c (diff)
downloadvolse-hubzilla-b9466941e77eea806539ea56b6b625d354968f4c.tar.gz
volse-hubzilla-b9466941e77eea806539ea56b6b625d354968f4c.tar.bz2
volse-hubzilla-b9466941e77eea806539ea56b6b625d354968f4c.zip
more work on channel sync
Diffstat (limited to 'mod/connections.php')
-rw-r--r--mod/connections.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php
index 226c1678f..a53107dcf 100644
--- a/mod/connections.php
+++ b/mod/connections.php
@@ -145,7 +145,7 @@ function connections_clone(&$a) {
unset($clone['abook_account']);
unset($clone['abook_channel']);
require_once('include/settings.php');
- build_sync_packet(array('abook' => array($clone)));
+ build_sync_packet(0 /* use the current local_user */, array('abook' => array($clone)));
}