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

cast institute name to string

Closes #1076

Merge request studip/studip!643
parent 83a80047
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class Institute extends SchemaProvider
public function getAttributes($institute)
{
return [
'name' => $institute['Name'],
'name' => (string) $institute['Name'],
'city' => $institute['Plz'],
'street' => $institute['Strasse'],
'phone' => $institute['telefon'],
......
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