Page MenuHomePhabricator

D19417.diff
No OneTemporary

D19417.diff

diff --git a/src/applications/maniphest/query/ManiphestTaskQuery.php b/src/applications/maniphest/query/ManiphestTaskQuery.php
--- a/src/applications/maniphest/query/ManiphestTaskQuery.php
+++ b/src/applications/maniphest/query/ManiphestTaskQuery.php
@@ -585,7 +585,7 @@
'task.ownerPHID IS NOT NULL');
}
- if ($this->ownerPHIDs) {
+ if ($this->ownerPHIDs !== null) {
$subclause[] = qsprintf(
$conn,
'task.ownerPHID IN (%Ls)',

File Metadata

Mime Type
text/plain
Expires
Sun, Mar 23, 11:10 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7719186
Default Alt Text
D19417.diff (474 B)

Event Timeline