mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
IcingaCommand/Endpoint: fix typo
This commit is contained in:
parent
d8d12d38b4
commit
457fb859e4
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ class IcingaCommand extends IcingaObject
|
|||
|
||||
protected function renderTimeout()
|
||||
{
|
||||
return $this->renderPropertyAsSecond('timeout');
|
||||
return $this->renderPropertyAsSeconds('timeout');
|
||||
}
|
||||
|
||||
public static function setPluginDir($pluginDir)
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@ class IcingaEndpoint extends IcingaObject
|
|||
|
||||
protected function renderLog_duration()
|
||||
{
|
||||
return $this->renderPropertyAsSecond('log_duration');
|
||||
return $this->renderPropertyAsSeconds('log_duration');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue