Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15397510
D17858.id42950.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.id42950.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
Mon, Mar 17, 8:42 PM (1 w, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223805
Default Alt Text
D17858.id42950.diff (793 B)
Attached To
Mode
D17858: Fix FundRefund transaction calls
Attached
Detach File
Event Timeline
Log In to Comment