Page MenuHomePhorge

D25528.1734844328.diff
No OneTemporary

D25528.1734844328.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
Sun, Dec 22, 05:12 (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015100
Default Alt Text
D25528.1734844328.diff (519 B)

Event Timeline