Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14636339
D17858.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D17858.diff
View Options
diff --git a/src/applications/fund/xaction/FundInitiativeRefundTransaction.php b/src/applications/fund/xaction/FundInitiativeRefundTransaction.php
--- a/src/applications/fund/xaction/FundInitiativeRefundTransaction.php
+++ b/src/applications/fund/xaction/FundInitiativeRefundTransaction.php
@@ -55,7 +55,7 @@
'%s refunded %s to %s.',
$this->renderAuthor(),
$amount->formatForDisplay(),
- $this->renderHandleLink($backer_phid));
+ $this->renderHandle($backer_phid));
}
public function getTitleForFeed() {
@@ -69,7 +69,7 @@
'%s refunded %s to %s for %s.',
$this->renderAuthor(),
$amount->formatForDisplay(),
- $this->renderHandleLink($backer_phid),
+ $this->renderHandle($backer_phid),
$this->renderObject());
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 11, 10:34 PM (21 h, 22 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6985764
Default Alt Text
D17858.diff (793 B)
Attached To
Mode
D17858: Fix FundRefund transaction calls
Attached
Detach File
Event Timeline
Log In to Comment