Page MenuHomePhabricator

Fix rendering issue for LDAP configuration provider transactions
ClosedPublic

Authored by epriestley on Jan 8 2014, 1:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 7:51 AM
Unknown Object (File)
Thu, Apr 11, 7:39 AM
Unknown Object (File)
Wed, Apr 10, 8:16 PM
Unknown Object (File)
Sat, Apr 6, 6:39 AM
Unknown Object (File)
Sat, Apr 6, 6:39 AM
Unknown Object (File)
Sat, Apr 6, 6:03 AM
Unknown Object (File)
Sat, Apr 6, 5:41 AM
Unknown Object (File)
Wed, Apr 3, 4:01 AM
Subscribers

Details

Summary

Fixes T4290. At least one of the fields (realname) may have a list of items, and strlen(array('first', 'last')) produces the warning and stack trace in T4290.

Test Plan
  • Edited realname from an array value to an array value.
  • Hit error.
  • Applied patch.
  • No more error.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped