Use user's timezone in repo history

Test Plan: Looked at repo overview, repo history and commit detail.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4250
This commit is contained in:
vrana
2012-12-20 15:04:20 -08:00
parent ef214e94ce
commit ebe2a58f8a
6 changed files with 15 additions and 10 deletions

View File

@@ -782,6 +782,7 @@ final class DiffusionCommitController extends DiffusionController {
}
$history_table = new DiffusionHistoryTableView();
$history_table->setUser($this->getRequest()->getUser());
$history_table->setDiffusionRequest($drequest);
$history_table->setHistory($merges);
$history_table->loadRevisions();