diff --git a/src/applications/people/query/PhabricatorPeopleQuery.php b/src/applications/people/query/PhabricatorPeopleQuery.php index dc719a0e77..cd9aeed22f 100644 --- a/src/applications/people/query/PhabricatorPeopleQuery.php +++ b/src/applications/people/query/PhabricatorPeopleQuery.php @@ -242,4 +242,8 @@ final class PhabricatorPeopleQuery return $this->formatWhereClause($where); } + protected function getPagingColumn() { + return 'user.id'; + } + }