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

fix typo, fixes #1332

Closes #1332

Merge request studip/studip!817
parent f684591d
No related branches found
No related tags found
No related merge requests found
......@@ -366,7 +366,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.
Please register or to comment