Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-05-06 20:44:07 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
c99653f0f2799a8adb73ab0ebc761c649debfb44
c99653f0
1 parent
5080b499
Fixed bad refactor in the permission service
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/PermissionService.php
app/Services/PermissionService.php
View file @
c99653f
...
...
@@ -422,7 +422,7 @@ class PermissionService
*/
public
function
enforceBookRestrictions
(
$query
,
$action
=
'view'
)
{
$this
->
enforceEntityRestrictions
(
$query
,
$action
);
return
$this
->
enforceEntityRestrictions
(
$query
,
$action
);
}
/**
...
...
Please
register
or
sign in
to post a comment