mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02: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
|
@ -471,3 +471,5 @@ mod/cb.php: Addon::callHooks('cb_afterpost');
|
|||
mod/cb.php: Addon::callHooks('cb_content', $o);
|
||||
|
||||
mod/directory.php: Addon::callHooks('directory_item', $arr);
|
||||
|
||||
src/Model/Item.php Addon::callHooks('tagged', $arr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue