Skip to content
Snippets Groups Projects
Commit 40dc80ac authored by Arne Schröder, M. A.'s avatar Arne Schröder, M. A. Committed by André Noack
Browse files

Resolve "ILIAS-Schnittstelle: Geschlechts-Eintrag wird nicht korrekt übergeben"

Closes #4444

Merge request studip/studip!3230
parent 18a8055c
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class IliasUser
switch($data['geschlecht']) {
case 1: $this->gender = 'm'; break;
case 2: $this->gender = 'f'; break;
default: $this->gender = 'f';
default: $this->gender = 'n';
}
$this->matriculation = '';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment