summaryrefslogtreecommitdiffstats
path: root/library/Director/Web/Widget/IcingaObjectInspection.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Director/Web/Widget/IcingaObjectInspection.php')
-rw-r--r--library/Director/Web/Widget/IcingaObjectInspection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Director/Web/Widget/IcingaObjectInspection.php b/library/Director/Web/Widget/IcingaObjectInspection.php
index 61f3567..d9cf69d 100644
--- a/library/Director/Web/Widget/IcingaObjectInspection.php
+++ b/library/Director/Web/Widget/IcingaObjectInspection.php
@@ -205,7 +205,7 @@ class IcingaObjectInspection extends BaseHtmlElement
$this->add(Html::tag('p')->add(Html::sprintf(
'The configuration for this object has been rendered by Icinga'
. ' Director %s to %s',
- DateFormatter::timeAgo(strtotime($deployment->start_time, false)),
+ DateFormatter::timeAgo(strtotime($deployment->start_time)),
$this->linkToSourceLocation($deployment, $source)
)));
}