mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
8fa33cebc7
commit
4b9607ad35
@ -1270,7 +1270,7 @@ class Module
|
|||||||
|
|
||||||
if (strpos($implementation, '\\') === false) {
|
if (strpos($implementation, '\\') === false) {
|
||||||
$class = $this->getNamespace()
|
$class = $this->getNamespace()
|
||||||
. '\\Hook\\'
|
. '\\ProvidedHook\\'
|
||||||
. $this->slashesToNamespace($implementation);
|
. $this->slashesToNamespace($implementation);
|
||||||
} else {
|
} else {
|
||||||
$class = $implementation;
|
$class = $implementation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user