Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15451590
D19880.id47475.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
574 B
Referenced Files
None
Subscribers
None
D19880.id47475.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
@@ -641,9 +641,9 @@
if ($this->hasOpenSubtasks !== null) {
if ($this->hasOpenSubtasks) {
- $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
Sat, Mar 29, 10:52 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707507
Default Alt Text
D19880.id47475.diff (574 B)
Attached To
Mode
D19880: Fix another qsprintf() straggler in "Has Open Subtasks"
Attached
Detach File
Event Timeline
Log In to Comment