Page MenuHomePhabricator

D17870.id42982.diff
No OneTemporary

D17870.id42982.diff

diff --git a/src/applications/ponder/editor/PonderAnswerEditor.php b/src/applications/ponder/editor/PonderAnswerEditor.php
--- a/src/applications/ponder/editor/PonderAnswerEditor.php
+++ b/src/applications/ponder/editor/PonderAnswerEditor.php
@@ -71,7 +71,7 @@
foreach ($xactions as $xaction) {
$type = $xaction->getTransactionType();
$new = $xaction->getNewValue();
- if ($type == PonderAnswerTransaction::TYPE_CONTENT) {
+ if ($type == PonderAnswerContentTransaction::TRANSACTIONTYPE) {
$body->addRawSection($new);
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 6:46 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7328255
Default Alt Text
D17870.id42982.diff (572 B)

Event Timeline