Page MenuHomePhabricator

D10319.diff
No OneTemporary

D10319.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
Sun, Jun 30, 4:21 AM (1 w, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294391
Default Alt Text
D10319.diff (792 B)

Event Timeline