Skip to content

Commit 8fd9b9e

Browse files
committed
Replace withAnyProjects invocation with withEdgeLogicPHIDs
1 parent e411edb commit 8fd9b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BurndownData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct($project, $viewer) {
6969
// have activity in the project period.
7070
$tasks = id(new ManiphestTaskQuery())
7171
->setViewer($viewer)
72-
->withAnyProjects(array($this->project->getPHID()))
72+
->withEdgeLogicPHIDs(PhabricatorProjectObjectHasProjectEdgeType::EDGECONST, PhabricatorQueryConstraint::OPERATOR_OR, array($this->project->getPHID()))
7373
->needProjectPHIDs(true)
7474
->execute();
7575

0 commit comments

Comments
 (0)