feed removal issue

This commit is contained in:
friendica
2014-09-02 17:43:42 -07:00
parent 2c94d59cba
commit c7decf70a2
2 changed files with 8 additions and 6 deletions

View File

@@ -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);
}
}