Page MenuHomePhorge

D25528.1734769647.diff
No OneTemporary

D25528.1734769647.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
Sat, Dec 21, 08:27 (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015100
Default Alt Text
D25528.1734769647.diff (519 B)

Event Timeline