aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-02 17:43:42 -0700
committerfriendica <info@friendica.com>2014-09-02 17:43:42 -0700
commitc7decf70a2d11dc2e208a508a0e7503139ab18c9 (patch)
tree8a83b4f358e7b6b7faada6a59204514dee48aae5 /include/Contact.php
parent2c94d59cba0b3231b0dd822fc1b95bed5521c48d (diff)
downloadvolse-hubzilla-c7decf70a2d11dc2e208a508a0e7503139ab18c9.tar.gz
volse-hubzilla-c7decf70a2d11dc2e208a508a0e7503139ab18c9.tar.bz2
volse-hubzilla-c7decf70a2d11dc2e208a508a0e7503139ab18c9.zip
feed removal issue
Diffstat (limited to 'include/Contact.php')
-rw-r--r--include/Contact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Contact.php b/include/Contact.php
index a9e737bde..0590f9d1e 100644
--- a/include/Contact.php
+++ b/include/Contact.php
@@ -484,7 +484,7 @@ function contact_remove($channel_id, $abook_id) {
);
if($r) {
foreach($r as $rr) {
- drop_item($rr,false);
+ drop_item($rr['id'],false);
}
}