APPPATH/classes/controller/index/roster.php [ 43 ]
38 $this->addQuest(391);
39 $this->addQuest(390);
40 $this->beforeSetting();
41 $this->team = $this->getTeamRepository()->find($this->id);
42 if ($this->team->getManagerId() != $this->getCurrentUserId()) {
43 throw new Kohana_HTTP_Exception_401();
44 }
45
46 View::set_global(
oster, $this->rosterService);
47 View::set_global( eam_id, $this->id);
48 }