diff options
author | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-07 14:35:03 -0800 |
commit | ce953e2f41c2bf8abdda2584dd84c2bd0175f609 (patch) | |
tree | 25a89639cd5de07fc1553c2a4f0c02c6aa171ee6 /include/Contact.php | |
parent | 3ef487418df8465143cc0393803b2a1ff221697f (diff) | |
download | volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.gz volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.tar.bz2 volse-hubzilla-ce953e2f41c2bf8abdda2584dd84c2bd0175f609.zip |
syncing connections issue, incorrect return_url after deleting connection
Diffstat (limited to 'include/Contact.php')
-rw-r--r-- | include/Contact.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Contact.php b/include/Contact.php index 233798181..4f7a2a19f 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -519,6 +519,8 @@ function contact_remove($channel_id, $abook_id) { if((! $channel_id) || (! $abook_id)) return false; + logger('removing contact ' . $abook_id . ' for channel ' . $channel_id,LOGGER_DEBUG); + $archive = get_pconfig($channel_id, 'system','archive_removed_contacts'); if($archive) { q("update abook set abook_flags = ( abook_flags | %d ) where abook_id = %d and abook_channel = %d", |