move Seminary and Character data determination to SeminaryRoleController
This commit is contained in:
parent
836094507b
commit
160953c094
9 changed files with 38 additions and 59 deletions
|
|
@ -59,7 +59,7 @@
|
|||
$seminary = $this->Seminaries->getSeminaryByUrl($seminaryUrl);
|
||||
|
||||
// Get Character
|
||||
$character = IntermediateController::$character;
|
||||
$character = SeminaryRoleController::$character;
|
||||
|
||||
// Get Quest topics
|
||||
$questtopics = $this->Questtopics->getQuesttopicsForSeminary($seminary['id']);
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
$seminary = $this->Seminaries->getSeminaryByUrl($seminaryUrl);
|
||||
|
||||
// Get Character
|
||||
$character = IntermediateController::$character;
|
||||
$character = SeminaryRoleController::$character;
|
||||
|
||||
// Get Questtopic
|
||||
$questtopic = $this->Questtopics->getQuesttopicByUrl($seminary['id'], $questtopicUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue