mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed bad refactor in the permission service
This commit is contained in:
parent
5080b4996e
commit
c99653f0f2
@ -422,7 +422,7 @@ class PermissionService
|
||||
*/
|
||||
public function enforceBookRestrictions($query, $action = 'view')
|
||||
{
|
||||
$this->enforceEntityRestrictions($query, $action);
|
||||
return $this->enforceEntityRestrictions($query, $action);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user