Page MenuHomePhorge

D25528.1736771204.diff
No OneTemporary

D25528.1736771204.diff

diff --git a/src/applications/phortune/provider/PhortunePaymentProvider.php b/src/applications/phortune/provider/PhortunePaymentProvider.php
--- a/src/applications/phortune/provider/PhortunePaymentProvider.php
+++ b/src/applications/phortune/provider/PhortunePaymentProvider.php
@@ -96,7 +96,7 @@
array $issues);
protected function renderConfigurationSecret($value) {
- if (strlen($value)) {
+ if (phutil_nonempty_string($value)) {
return str_repeat('*', strlen($value));
}
return '';

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 13, 12:26 (4 d, 13 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113214
Default Alt Text
D25528.1736771204.diff (519 B)

Event Timeline