more work on channel sync

This commit is contained in:
friendica
2013-06-26 17:31:02 -07:00
parent 156cf592ee
commit b9466941e7
4 changed files with 41 additions and 8 deletions

View File

@@ -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)));
}