Page MenuHomePhabricator

D20183.diff
No OneTemporary

D20183.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
@@ -618,9 +618,9 @@
$joins = array();
if ($this->hasOpenParents !== null) {
if ($this->hasOpenParents) {
- $join_type = 'JOIN';
+ $join_type = qsprintf($conn, 'JOIN');
} else {
- $join_type = 'LEFT JOIN';
+ $join_type = qsprintf($conn, 'LEFT JOIN');
}
$joins[] = qsprintf(

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 25, 12:26 PM (11 h, 23 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6926243
Default Alt Text
D20183.diff (593 B)

Event Timeline