mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Item::tagDeliver(): remove contact as array key for hooks because it was never declared
This commit is contained in:
parent
58b4169097
commit
af3a57376a
2 changed files with 3 additions and 2 deletions
|
@ -1294,8 +1294,7 @@ class Item extends BaseObject
|
|||
return;
|
||||
}
|
||||
|
||||
/// @todo Declare $r or lets remove it - Rabuzarus - 2018-02-12.
|
||||
$arr = ['item' => $item, 'user' => $u[0], 'contact' => $r[0]];
|
||||
$arr = ['item' => $item, 'user' => $u[0]];
|
||||
|
||||
Addon::callHooks('tagged', $arr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue