Page MenuHomePhabricator

D10319.id24943.diff
No OneTemporary

D10319.id24943.diff

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

Mime Type
text/plain
Expires
Sat, Jun 8, 11:03 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294391
Default Alt Text
D10319.id24943.diff (792 B)

Event Timeline