From: Philipp Date: Tue, 19 Oct 2021 21:34:36 +0000 (+0200) Subject: RemoveContent fix column name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e433c66c15045317ffd57d73ddedff45cf4c1b6;p=friendica.git RemoveContent fix column name --- diff --git a/src/Worker/Contact/RemoveContent.php b/src/Worker/Contact/RemoveContent.php index 8baa1f0973..567cab1a86 100644 --- a/src/Worker/Contact/RemoveContent.php +++ b/src/Worker/Contact/RemoveContent.php @@ -76,7 +76,7 @@ class RemoveContent Photo::delete(['contact-id' => $id]); - DBA::delete('contact-relation', ['contact-id' => $id]); + DBA::delete('contact-relation', ['relation-cid' => $id]); DBA::delete('contact-relation', ['cid' => $id]); DBA::delete('event', ['cid' => $id]); DBA::delete('fsuggest', ['cid' => $id]);