mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
IcingaArguments: fix variable name
This commit is contained in:
parent
41d6f47752
commit
4875c2813d
@ -154,8 +154,8 @@ class IcingaArguments implements Iterator, Countable, IcingaConfigRenderer
|
||||
|
||||
public static function loadForStoredObject(IcingaObject $object)
|
||||
{
|
||||
$groups = new static($object);
|
||||
return $groups->loadFromDb();
|
||||
$arguments = new static($object);
|
||||
return $arguments->loadFromDb();
|
||||
}
|
||||
|
||||
public function toConfigString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user