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

fix typo, fixes #1332

Closes #1332

Merge request studip/studip!817
parent 66f2efbd
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ class TourController extends AuthenticatedController
$this->response->add_header('X-Action', 'complete');
$this->tour->delete();
} elseif (Request::submitted('no')) {
$this->response-add_header('X-Action', 'complete');
$this->response->add_header('X-Action', 'complete');
} else {
$this->response->add_header('X-Action', 'question');
return (string) QuestionBox::create(
......
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