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

@ -553,7 +553,7 @@ class Notifier {
logger('notifier: calling hooks', LOGGER_DEBUG);
if ($normal_mode) {
Addon::ForkHooks($a->queue['priority'], 'notifier_normal', $target_item);
Addon::forkHooks($a->queue['priority'], 'notifier_normal', $target_item);
}
Addon::callHooks('notifier_end',$target_item);