Skip to content

Commit

Permalink
bugfix: the Language to be set MUST not be NULL (ILIAS-eLearning#4799)
Browse files Browse the repository at this point in the history
otherwise a TypeError Exception is raised:

TypeError thrown with message "Argument 1 passed to ilObjUser::setLanguage() must be of the type string, null given, called in /.../Services/User/classes/class.ilUserImportParser.php on line 467"

Stacktrace:
#16 TypeError in /.../Services/User/classes/class.ilObjUser.php:1479
#15 ilObjUser:setLanguage in /.../Services/User/classes/class.ilUserImportParser.php:467
#14 ilUserImportParser:importBeginTag in /.../Services/User/classes/class.ilUserImportParser.php:364
#13 ilUserImportParser:handlerBeginTag in [internal]:0

Co-authored-by: Uwe Tesche <[email protected]>
  • Loading branch information
utesche and Uwe Tesche authored Nov 7, 2022
1 parent 339daa0 commit 6a3c828
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 6a3c828

Please sign in to comment.