Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14411971
D20183.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
593 B
Referenced Files
None
Subscribers
None
D20183.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D20183: Clean up a couple of %Q issues in "Has Parents" task queries
Attached
Detach File
Event Timeline
Log In to Comment