IcingaArguments: fix variable name

This commit is contained in:
Thomas Gelf 2015-11-30 21:40:32 +01:00
parent 41d6f47752
commit 4875c2813d
1 changed files with 2 additions and 2 deletions

View File

@ -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()