Fixed wrong capitalation (or however this is written)

This commit is contained in:
Michael 2018-02-06 23:17:18 +00:00
parent 053cb31eea
commit 4859a18ae4
3 changed files with 3 additions and 3 deletions

View file

@ -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();