more work on clone sync

This commit is contained in:
friendica
2013-07-25 16:00:04 -07:00
parent e45beccd5b
commit 3d95fcb7cd
4 changed files with 103 additions and 105 deletions

View File

@@ -149,7 +149,7 @@ function connections_clone(&$a) {
unset($clone['abook_id']);
unset($clone['abook_account']);
unset($clone['abook_channel']);
require_once('include/settings.php');
build_sync_packet(0 /* use the current local_user */, array('abook' => array($clone)));
}