Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15294461
D7905.id17894.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
513 B
Referenced Files
None
Subscribers
None
D7905.id17894.diff
View Options
Index: src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
===================================================================
--- src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
+++ src/applications/auth/provider/PhabricatorAuthProviderLDAP.php
@@ -361,7 +361,7 @@
$label);
}
- if (!strlen($old)) {
+ if ($old === null || $old === '') {
return pht(
'%s set the "%s" value to "%s".',
$xaction->renderHandleLink($author_phid),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 8:14 AM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7231876
Default Alt Text
D7905.id17894.diff (513 B)
Attached To
Mode
D7905: Fix rendering issue for LDAP configuration provider transactions
Attached
Detach File
Event Timeline
Log In to Comment