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:
@@ -61,6 +61,8 @@ final class PhabricatorTokenGivenQuery
|
||||
$this->tokenPHIDs);
|
||||
}
|
||||
|
||||
$where[] = $this->buildPagingClause($conn_r);
|
||||
|
||||
return $this->formatWhereClause($where);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user