mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
Pass the "uid" when calling the "follow" hook
This commit is contained in:
parent
70674f2ecc
commit
f5433b25d8
1 changed files with 1 additions and 1 deletions
|
@ -2962,7 +2962,7 @@ class Contact
|
|||
return $result;
|
||||
}
|
||||
|
||||
$arr = ['url' => $url, 'contact' => []];
|
||||
$arr = ['url' => $url, 'uid' => $uid, 'contact' => []];
|
||||
|
||||
Hook::callAll('follow', $arr);
|
||||
|
||||
|
|
Loading…
Reference in a new issue