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;
}