Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15385537
D13953.id33676.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1022 B
Referenced Files
None
Subscribers
None
D13953.id33676.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,7 +129,7 @@
return $questions;
}
- private function buildJoinsClause(AphrontDatabaseConnection $conn_r) {
+ protected function buildJoinClause(AphrontDatabaseConnection $conn_r) {
$joins = array();
if ($this->answererPHIDs) {
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 15, 10:49 PM (6 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704280
Default Alt Text
D13953.id33676.diff (1022 B)
Attached To
Mode
D13953: Fix Ponder Answer query joins, builtins
Attached
Detach File
Event Timeline
Log In to Comment