Page MenuHomePhabricator

D17870.diff
No OneTemporary

D17870.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
Sep 6 2025, 10:03 AM (18 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8468281
Default Alt Text
D17870.diff (572 B)

Event Timeline