Skip to content

Commit

Permalink
Module: we want to load from ProvidedHook
Browse files Browse the repository at this point in the history
refs #10613
  • Loading branch information
Thomas-Gelf committed Nov 13, 2015
1 parent 8fa33ce commit 4b9607a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Icinga/Application/Modules/Module.php
Expand Up @@ -1270,7 +1270,7 @@ protected function provideHook($name, $implementation = null, $key = null)

if (strpos($implementation, '\\') === false) {
$class = $this->getNamespace()
. '\\Hook\\'
. '\\ProvidedHook\\'
. $this->slashesToNamespace($implementation);
} else {
$class = $implementation;
Expand Down

0 comments on commit 4b9607a

Please sign in to comment.