Page MenuHomePhabricator

D13953.id.diff
No OneTemporary

D13953.id.diff

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,7 +129,7 @@
return $questions;
}
- private function buildJoinsClause(AphrontDatabaseConnection $conn_r) {
+ protected function buildJoinClauseParts(AphrontDatabaseConnection $conn_r) {
$joins = array();
if ($this->answererPHIDs) {
@@ -141,7 +141,7 @@
$this->answererPHIDs);
}
- return implode(' ', $joins);
+ return $joins;
}
protected function getPrimaryTableAlias() {
diff --git a/src/applications/ponder/query/PonderQuestionSearchEngine.php b/src/applications/ponder/query/PonderQuestionSearchEngine.php
--- a/src/applications/ponder/query/PonderQuestionSearchEngine.php
+++ b/src/applications/ponder/query/PonderQuestionSearchEngine.php
@@ -96,7 +96,7 @@
array($this->requireViewer()->getPHID()));
case 'answered':
return $query->setParameter(
- 'answererPHIDs',
+ 'answerers',
array($this->requireViewer()->getPHID()));
}

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 18, 8:03 PM (6 d, 45 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708056
Default Alt Text
D13953.id.diff (1 KB)

Event Timeline