mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
refactor(auth): replace myth/auth with codeigniter/shield + define new roles
closes #222
This commit is contained in:
parent
c760acc79d
commit
c1287cbe6c
213 changed files with 3366 additions and 3204 deletions
|
|
@ -82,7 +82,7 @@ class VideoClipsController extends BaseController
|
|||
];
|
||||
|
||||
replace_breadcrumb_params([
|
||||
0 => $this->podcast->title,
|
||||
0 => $this->podcast->at_handle,
|
||||
1 => $this->episode->title,
|
||||
]);
|
||||
return view('episode/video_clips_list', $data);
|
||||
|
|
@ -99,7 +99,7 @@ class VideoClipsController extends BaseController
|
|||
];
|
||||
|
||||
replace_breadcrumb_params([
|
||||
0 => $this->podcast->title,
|
||||
0 => $this->podcast->at_handle,
|
||||
1 => $this->episode->title,
|
||||
2 => $videoClip->title,
|
||||
]);
|
||||
|
|
@ -114,7 +114,7 @@ class VideoClipsController extends BaseController
|
|||
];
|
||||
|
||||
replace_breadcrumb_params([
|
||||
0 => $this->podcast->title,
|
||||
0 => $this->podcast->at_handle,
|
||||
1 => $this->episode->title,
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue