diff options
author | friendica <info@friendica.com> | 2014-09-02 17:43:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-02 17:43:42 -0700 |
commit | c7decf70a2d11dc2e208a508a0e7503139ab18c9 (patch) | |
tree | 8a83b4f358e7b6b7faada6a59204514dee48aae5 /include/Contact.php | |
parent | 2c94d59cba0b3231b0dd822fc1b95bed5521c48d (diff) | |
download | volse-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.php | 2 |
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); } } |