Skip to content

Commit

Permalink
Merge branch '7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadejski committed Jan 23, 2019
2 parents b24c350 + 49d4f57 commit 6793782
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@ private function canRead(Content $content, Location $location = null, bool $isEm

return
$this->permissionResolver->canUser('content', 'read', $content->contentInfo, $targets) ||
$this->permissionResolver->canUser('content', 'read_embed', $content->contentInfo, $targets);
$this->permissionResolver->canUser('content', 'view_embed', $content->contentInfo, $targets);
}

/**
Expand Down

0 comments on commit 6793782

Please sign in to comment.