mirror of
https://github.com/friendica/friendica
synced 2025-04-22 23:50:13 +00:00
Fixed wrong capitalation (or however this is written)
This commit is contained in:
parent
053cb31eea
commit
4859a18ae4
3 changed files with 3 additions and 3 deletions
|
@ -194,7 +194,7 @@ class Addon
|
|||
* @param string $name of the hook to call
|
||||
* @param string|array $data to transmit to the callback handler
|
||||
*/
|
||||
public static function ForkHooks($priority, $name, $data = null)
|
||||
public static function forkHooks($priority, $name, $data = null)
|
||||
{
|
||||
$a = get_app();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue