Page MenuHomePhorge

D25372.1738133027.diff
No OneTemporary

D25372.1738133027.diff

diff --git a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
--- a/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
+++ b/src/applications/auth/provider/PhabricatorLDAPAuthProvider.php
@@ -427,7 +427,7 @@
}
$instruction_text = idx($instructions, $key);
- if (strlen($instruction_text)) {
+ if (phutil_nonempty_string($instruction_text)) {
$form->appendRemarkupInstructions($instruction_text);
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 29, 06:43 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1143071
Default Alt Text
D25372.1738133027.diff (534 B)

Event Timeline