Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2897590
D25512.1737247961.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
647 B
Referenced Files
None
Subscribers
None
D25512.1737247961.diff
View Options
diff --git a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
--- a/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
+++ b/src/applications/auth/storage/PhabricatorAuthProviderConfigTransaction.php
@@ -150,7 +150,7 @@
$provider = $this->getProvider();
if ($provider) {
$title = $provider->renderConfigPropertyTransactionTitle($this);
- if (phutil_nonempty_string($title)) {
+ if (phutil_nonempty_stringlike($title)) {
return $title;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 00:52 (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1130519
Default Alt Text
D25512.1737247961.diff (647 B)
Attached To
Mode
D25512: Fix config transaction rendering error on auth page by allowing PhutilSafeHTML
Attached
Detach File
Event Timeline
Log In to Comment