Revert audit queries back to original behavior

Test Plan:
/ - didn't see all my commits
/owners/package/1/ - didn't see all package commits in Needs Attention

Reviewers: AnhNhan, epriestley

Reviewed By: epriestley

CC: aran, epriestley

Maniphest Tasks: T2582

Differential Revision: https://secure.phabricator.com/D5186
This commit is contained in:
vrana
2013-03-01 16:42:03 -08:00
parent c9838d81e2
commit a56810283a
3 changed files with 4 additions and 4 deletions

View File

@@ -409,7 +409,7 @@ final class PhabricatorDirectoryMainController
$query = new PhabricatorAuditCommitQuery();
$query->withAuthorPHIDs($phids);
$query->withStatus(PhabricatorAuditQuery::STATUS_OPEN);
$query->withStatus(PhabricatorAuditCommitQuery::STATUS_CONCERN);
$query->needCommitData(true);
$query->setLimit(10);