Remove ManiphestTransactionType

Summary: These constants have moved to ManiphestTransaction. The other method only has one plausible callsite, just inline it.

Test Plan: Used Maniphest.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7113
This commit is contained in:
epriestley
2013-09-25 11:16:43 -07:00
parent b16a390509
commit bb4bf01bdc
14 changed files with 98 additions and 123 deletions

View File

@@ -100,7 +100,7 @@ final class ManiphestReportController extends ManiphestController {
ORDER BY x.dateCreated ASC',
$table->getTableName(),
$joins,
ManiphestTransactionType::TYPE_STATUS);
ManiphestTransaction::TYPE_STATUS);
$stats = array();
$day_buckets = array();