]> git.mxchange.org Git - friendica.git/blobdiff - doc/Addons.md
Merge remote-tracking branch 'upstream/develop' into item-view
[friendica.git] / doc / Addons.md
index 54363cb1d7e7abaacd5ffe74f31e14230db29bed..c1861c79135434cad135217c6811c6e838ed9020 100644 (file)
@@ -604,10 +604,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
 
     Hook::callAll('post_local_end', $arr);
 
-### mod/lockview.php
-
-    Hook::callAll('lockview_content', $item);
-
 ### mod/uexport.php
 
     Hook::callAll('uexport_options', $options);
@@ -679,6 +675,10 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
     Hook::callAll('register_account', $uid);
     Hook::callAll('remove_user', $user);
 
+### src/Module/PermissionTooltip.php
+
+    Hook::callAll('lockview_content', $item);
+
 ### src/Content/ContactBlock.php
 
     Hook::callAll('contact_block_end', $arr);