Fix pager for tokens given

Summary: Several small bugs here, I just never tested this properly.

Test Plan: Set page size to 2, paged through tokens given.

Reviewers: blc, btrahan, chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5500
This commit is contained in:
epriestley
2013-03-31 12:30:06 -07:00
parent 5e57ac0e9f
commit 52de3c9cf7
2 changed files with 4 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ final class PhabricatorTokenGivenQuery
$this->tokenPHIDs);
}
$where[] = $this->buildPagingClause($conn_r);
return $this->formatWhereClause($where);
}