Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14061240
D10319.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
792 B
Referenced Files
None
Subscribers
None
D10319.diff
View Options
diff --git a/src/applications/ponder/storage/PonderQuestionTransaction.php b/src/applications/ponder/storage/PonderQuestionTransaction.php
--- a/src/applications/ponder/storage/PonderQuestionTransaction.php
+++ b/src/applications/ponder/storage/PonderQuestionTransaction.php
@@ -64,10 +64,11 @@
case self::TYPE_ANSWERS:
$answer_handle = $this->getHandle($this->getNewAnswerPHID());
$question_handle = $this->getHandle($object_phid);
+
return pht(
'%s answered %s',
$this->renderHandleLink($author_phid),
- $answer_handle->renderLink($question_handle->getFullName()));
+ $this->renderHandleLink($object_phid));
case self::TYPE_STATUS:
switch ($new) {
case PonderQuestionStatus::STATUS_OPEN:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 5:43 AM (55 m, 52 s ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6716404
Default Alt Text
D10319.diff (792 B)
Attached To
Mode
D10319: Don't render HTML for "user answered question" transaction if the rendering target is not HTML
Attached
Detach File
Event Timeline
Log In to Comment