remove small leftover from testing in QuestsController
This commit is contained in:
parent
07c678a9f1
commit
c6d57fe6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@
|
||||||
$this->Quests->setQuestSubmitted($quest['id'], $character['id']);
|
$this->Quests->setQuestSubmitted($quest['id'], $character['id']);
|
||||||
|
|
||||||
// Redirect
|
// Redirect
|
||||||
//$this->redirect($this->linker->link('Prolog', 5, true));
|
$this->redirect($this->linker->link('Prolog', 5, true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(\hhu\z\exceptions\SubmissionNotValidException $e) {
|
catch(\hhu\z\exceptions\SubmissionNotValidException $e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue