mirror of
https://github.com/friendica/friendica
synced 2024-11-19 09:43:45 +00:00
Merge pull request #9551 from MrPetovan/task/4140-ldap-auth-logging
Make Model\User::getAuthenticationInfo accessible to addons
This commit is contained in:
commit
e4c6341bf4
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ class User
|
||||||
* @return array
|
* @return array
|
||||||
* @throws HTTPException\NotFoundException
|
* @throws HTTPException\NotFoundException
|
||||||
*/
|
*/
|
||||||
private static function getAuthenticationInfo($user_info)
|
public static function getAuthenticationInfo($user_info)
|
||||||
{
|
{
|
||||||
$user = null;
|
$user = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue