Skip to content
Snippets Groups Projects
Verified Commit 7b31050a authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Bugfix

parent 49138501
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ sub player {
$c->stash->{stream} = $stream;
if ( ! $c->session->{user}{acl}{ $stream->name } ) {
if ( ! $c->session->{user}{acl}{ $stream->key } ) {
$c->render('stream/403');
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment