Skip to content

Commit eab8d8a

Browse files
author
epriestley
committedJun 30, 2017
Use the correct "completed" time in Harbormaster display UI
Summary: Fixes T12883. The task seems correct to me and I think this is a copy/paste mistake that probably blames to me. Test Plan: Fiddled these numbers, viewed a build in Harbormaster, saw the adjusted time. Reviewers: chad, amckinley Reviewed By: chad Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T12883 Differential Revision: https://secure.phabricator.com/D18177
1 parent 4e047f7 commit eab8d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/harbormaster/controller/HarbormasterBuildViewController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function handleRequest(AphrontRequest $request) {
141141
if ($ended) {
142142
$when[] = pht(
143143
'Completed at %s',
144-
phabricator_datetime($started, $viewer));
144+
phabricator_datetime($ended, $viewer));
145145

146146
$duration = ($ended - $started);
147147
if ($duration) {

0 commit comments

Comments
 (0)
Failed to load comments.