mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Minor, make sure burnup buckets are unique year-over-year
Auditors: btrahan, vrana, jungejason
This commit is contained in:
parent
6eb91b2a0e
commit
6c1e2cd8b2
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ final class ManiphestReportController extends ManiphestController {
|
|||
$day_bucket = phabricator_format_local_time(
|
||||
$row['dateCreated'],
|
||||
$user,
|
||||
'z');
|
||||
'Yz');
|
||||
$day_buckets[$day_bucket] = $row['dateCreated'];
|
||||
if (empty($stats[$day_bucket])) {
|
||||
$stats[$day_bucket] = array(
|
||||
|
|
Loading…
Reference in a new issue