aboutsummaryrefslogtreecommitdiffstats
path: root/mod/contacts.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-26 02:32:00 -0800
committerFriendika <info@friendika.com>2011-01-26 02:32:00 -0800
commitc7ace10ffb4a9f7dcb5e24eb4db25a4cfb449de7 (patch)
treeb69c1fa604d2c7317c6083088c8af28435793dd8 /mod/contacts.php
parent2fc89deaeae0341aa12b6b811927e793011055d1 (diff)
downloadvolse-hubzilla-c7ace10ffb4a9f7dcb5e24eb4db25a4cfb449de7.tar.gz
volse-hubzilla-c7ace10ffb4a9f7dcb5e24eb4db25a4cfb449de7.tar.bz2
volse-hubzilla-c7ace10ffb4a9f7dcb5e24eb4db25a4cfb449de7.zip
dissolve relationship (new protocol) working
Diffstat (limited to 'mod/contacts.php')
-rw-r--r--mod/contacts.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php
index 7236a200d..83f73140b 100644
--- a/mod/contacts.php
+++ b/mod/contacts.php
@@ -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');