Page MenuHomePhorge

D25372.1740207133.diff
No OneTemporary

D25372.1740207133.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
Sat, Feb 22, 06:52 (3 h, 27 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1143071
Default Alt Text
D25372.1740207133.diff (534 B)

Event Timeline