Skip to content

Commit

Permalink
syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
driusan committed Oct 2, 2023
1 parent 518cbfd commit 1b7f75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/publication/php/files.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ class Files extends \LORIS\Http\FilesPassthroughEndpoint
function _hasAccess(\User $user): bool
{
return $user->hasAnyPermission([
'publication_view'
'publication_propose'
'publication_approve'
'publication_view',
'publication_propose',
'publication_approve',
]);
}

Expand Down

0 comments on commit 1b7f75c

Please sign in to comment.