Skip to content
Snippets Groups Projects
Commit cfd7d78c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3943

Closes #3943

Merge request studip/studip!2802
parent 8d9e573b
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ class I18NString implements JsonSerializable
*/
public function translation($lang)
{
return $this->toArray()[$lang] ?? '';
return $this->toArray()[$lang] ?? null;
}
/**
......
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