fix redirect when cancelling Quest deletion
This commit is contained in:
parent
3ee63b6782
commit
6f3a8339f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Redirect to entry
|
// Redirect to entry
|
||||||
$this->redirect($this->linker->link(array('seminary', $seminary['url']), 1));
|
$this->redirect($this->linker->link(array('quest', $seminary['url'], $questgroup['url'], $quest['url']), 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue