Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2693689
D25528.1734769647.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
519 B
Referenced Files
None
Subscribers
None
D25528.1734769647.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25528: Fix PHP 8.1 "strlen(null)" exception creating a Merchant in Phortune
Attached
Detach File
Event Timeline
Log In to Comment