Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2685195
D25512.1734701524.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.1734701524.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
Fri, Dec 20, 13:32 (18 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016666
Default Alt Text
D25512.1734701524.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