dissolve relationship (new protocol) working

This commit is contained in:
Friendika
2011-01-26 02:32:00 -08:00
parent 2fc89deaea
commit c7ace10ffb
3 changed files with 21 additions and 11 deletions
+6
View File
@@ -177,6 +177,12 @@ function contacts_content(&$a) {
}
}
if($orig_record[0]['network'] === 'dfrn') {
require_once('include/items.php');
dfrn_deliver($a->user,$orig_record[0],'placeholder', 1);
}
contact_remove($contact_id);
notice( t('Contact has been removed.') . EOL );
goaway($a->get_baseurl() . '/contacts');