Skip to content

Commit e5263c8

Browse files
jheim2mjansenDatabay
authored andcommitted
[Fix] 47469 new LDAP user creation failure during profile completion
1 parent 936c008 commit e5263c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ILIAS/LDAP/classes/class.ilLDAPAttributeToUser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(ilLDAPServer $a_server)
5252
global $DIC;
5353

5454
$this->logger = $DIC->logger()->auth();
55-
$this->profile = $DIC['user']->profile();
55+
$this->profile = $DIC['user']->getProfile();
5656

5757
$this->server_settings = $a_server;
5858

0 commit comments

Comments
 (0)