mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 10:22:42 +01:00
324ee4e4d5
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. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T4290 Differential Revision: https://secure.phabricator.com/D7905 |
||
---|---|---|
.. | ||
PhabricatorAuthProvider.php | ||
PhabricatorAuthProviderLDAP.php | ||
PhabricatorAuthProviderOAuth.php | ||
PhabricatorAuthProviderOAuth1.php | ||
PhabricatorAuthProviderOAuth1JIRA.php | ||
PhabricatorAuthProviderOAuth1Twitter.php | ||
PhabricatorAuthProviderOAuthAmazon.php | ||
PhabricatorAuthProviderOAuthAsana.php | ||
PhabricatorAuthProviderOAuthDisqus.php | ||
PhabricatorAuthProviderOAuthFacebook.php | ||
PhabricatorAuthProviderOAuthGitHub.php | ||
PhabricatorAuthProviderOAuthGoogle.php | ||
PhabricatorAuthProviderOAuthTwitch.php | ||
PhabricatorAuthProviderPassword.php | ||
PhabricatorAuthProviderPersona.php |