connection clone issues

This commit is contained in:
friendica
2015-01-10 14:59:10 -08:00
parent 8c4eb839f9
commit 10102ac2ac
2 changed files with 5 additions and 2 deletions

View File

@@ -2368,6 +2368,9 @@ function build_sync_packet($uid = 0, $packet = null, $groups_changed = false) {
logger('build_sync_packet');
if($packet)
logger('packet: ' . print_r($packet,true),LOGGER_DATA);
if(! $uid)
$uid = local_user();