X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FDirectMessage%2FDirectMessagePlugin.php;h=34533ba9e82cf5406c960aeb484168ca60d91c2e;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=de13ef680fa3cee7865ad5912519131794d77981;hpb=9102429a135bdd204b000e9b813dffd8682169e2;p=quix0rs-gnu-social.git diff --git a/plugins/DirectMessage/DirectMessagePlugin.php b/plugins/DirectMessage/DirectMessagePlugin.php index de13ef680f..34533ba9e8 100644 --- a/plugins/DirectMessage/DirectMessagePlugin.php +++ b/plugins/DirectMessage/DirectMessagePlugin.php @@ -149,7 +149,7 @@ class DirectMessagePlugin extends Plugin return true; } - public function onProfileDeleteRelated(Profile $profile, &$related) + public function onProfileDeleteRelated(Profile $profile, array &$related) { $msg = new Message(); $msg->from_profile = $profile->id;