diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-02-01 14:36:49 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-02-01 14:36:49 +0000 |
| commit | cd6c6dc2f678f473e4830ab463f727498d686382 (patch) | |
| tree | e3aba99c903d058379ecbb979e26bcce73408b71 /lib/classes | |
| parent | c46e214e4e68ae7442ffa47a5f5403318c1eed9e (diff) | |
fixes #3678
Closes #3678
Merge request studip/studip!2575
Diffstat (limited to 'lib/classes')
| -rw-r--r-- | lib/classes/forms/Form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/forms/Form.php b/lib/classes/forms/Form.php index fb3ff10..5e27895 100644 --- a/lib/classes/forms/Form.php +++ b/lib/classes/forms/Form.php @@ -318,6 +318,7 @@ class Form extends Part } } } + header('Content-Type: application/json'); echo json_encode($output); page_close(); die(); |
