1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Minor, fix a small typo in ManiphestTaskQuery.

This commit is contained in:
epriestley 2013-07-24 17:31:49 -07:00
parent 9383abc6b0
commit 4a48d8a1f5

View file

@ -76,7 +76,7 @@ final class ManiphestTaskQuery extends PhabricatorQuery {
}
public function withIDs(array $ids) {
$this->ids = $ids;
$this->taskIDs = $ids;
return $this;
}