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:
parent
9383abc6b0
commit
4a48d8a1f5
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ final class ManiphestTaskQuery extends PhabricatorQuery {
|
|||
}
|
||||
|
||||
public function withIDs(array $ids) {
|
||||
$this->ids = $ids;
|
||||
$this->taskIDs = $ids;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue