From: Philipp Date: Tue, 5 Oct 2021 16:35:57 +0000 (+0200) Subject: Update doc/Addons.md X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aebbbbba287f432f9e0dd66612717edae79d24e2;p=friendica.git Update doc/Addons.md Co-authored-by: Hypolite Petovan --- diff --git a/doc/Addons.md b/doc/Addons.md index e40027fa9e..0d38b63925 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -802,7 +802,7 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep- ### src/Core/StorageManager Hook::callAll('storage_instance', $data); - Hook::callAll('storage_config', $data); + Hook::callAll('storage_config', $data); ### src/Worker/Directory.php