correct rights for managing Characters (Issue #156)

This commit is contained in:
coderkun 2014-04-26 13:31:17 +02:00
commit 3be12fe26e
4 changed files with 9 additions and 8 deletions

View file

@ -37,6 +37,7 @@
// Set userdata
$this->set('loggedUser', \hhu\z\controllers\IntermediateController::$user);
$this->set('loggedSeminary', \hhu\z\controllers\SeminaryController::$seminary);
$this->set('loggedCharacter', \hhu\z\controllers\SeminaryController::$character);
}