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')
|
public function enforceBookRestrictions($query, $action = 'view')
|
||||||
{
|
{
|
||||||
$this->enforceEntityRestrictions($query, $action);
|
return $this->enforceEntityRestrictions($query, $action);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue