Skip to content
Snippets Groups Projects
Commit 76847aaa authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

convert points to string while correct locale settings are active, fixes #117

parent 22544152
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ class SolutionsController extends StudipController
$row[] = (string) $solutions[$solver['id']][$exercise['id']]['points'];
}
$row[] = $solver['extra_info']['points'];
$row[] = (string) $solver['extra_info']['points'];
$data[] = $row;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment