Page MenuHomePhabricator

D12114.diff
No OneTemporary

D12114.diff

diff --git a/src/applications/conpherence/view/ConpherenceTransactionView.php b/src/applications/conpherence/view/ConpherenceTransactionView.php
--- a/src/applications/conpherence/view/ConpherenceTransactionView.php
+++ b/src/applications/conpherence/view/ConpherenceTransactionView.php
@@ -143,7 +143,8 @@
$handles = $conpherence->getHandles();
$rendered_transactions = array();
$engine = id(new PhabricatorMarkupEngine())
- ->setViewer($user);
+ ->setViewer($user)
+ ->setContextObject($conpherence);
foreach ($transactions as $key => $transaction) {
if ($transaction->shouldHide()) {
unset($transactions[$key]);

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 26, 6:16 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7613683
Default Alt Text
D12114.diff (667 B)

Event Timeline