Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398223
D15043.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
812 B
Referenced Files
None
Subscribers
None
D15043.id.diff
View Options
diff --git a/src/applications/ponder/query/PonderQuestionQuery.php b/src/applications/ponder/query/PonderQuestionQuery.php
--- a/src/applications/ponder/query/PonderQuestionQuery.php
+++ b/src/applications/ponder/query/PonderQuestionQuery.php
@@ -129,13 +129,13 @@
return $questions;
}
- protected function buildJoinClauseParts(AphrontDatabaseConnection $conn_r) {
- $joins = array();
+ protected function buildJoinClauseParts(AphrontDatabaseConnection $conn) {
+ $joins = parent::buildJoinClauseParts($conn);
if ($this->answererPHIDs) {
$answer_table = new PonderAnswer();
$joins[] = qsprintf(
- $conn_r,
+ $conn,
'JOIN %T a ON a.questionID = q.id AND a.authorPHID IN (%Ls)',
$answer_table->getTableName(),
$this->answererPHIDs);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 11:51 PM (5 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390178
Default Alt Text
D15043.id.diff (812 B)
Attached To
Mode
D15043: Fix project queries in Ponder
Attached
Detach File
Event Timeline
Log In to Comment