Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -422,7 +422,7 @@ class PermissionService | ... | @@ -422,7 +422,7 @@ class PermissionService |
| 422 | */ | 422 | */ |
| 423 | public function enforceBookRestrictions($query, $action = 'view') | 423 | public function enforceBookRestrictions($query, $action = 'view') |
| 424 | { | 424 | { |
| 425 | - $this->enforceEntityRestrictions($query, $action); | 425 | + return $this->enforceEntityRestrictions($query, $action); |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | /** | 428 | /** | ... | ... |
-
Please register or sign in to post a comment