diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 78150f1ff..19bb97761 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -2962,7 +2962,7 @@ class Contact return $result; } - $arr = ['url' => $url, 'contact' => []]; + $arr = ['url' => $url, 'uid' => $uid, 'contact' => []]; Hook::callAll('follow', $arr);