mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Hook::has(): Method expects only one parameter
This commit is contained in:
parent
a0ed272cb8
commit
8358dc1c5e
@ -113,7 +113,7 @@ class Hook
|
||||
{
|
||||
$name = self::normalizeHookName($name);
|
||||
|
||||
if (!self::has($name, $key)) {
|
||||
if (!self::has($name)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user