Skip to content

Commit

Permalink
Update ResourceController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ngodfraind committed Jul 9, 2015
1 parent fff7e8d commit 9d58202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/ResourceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function openDirectoryAction(ResourceNode $node = null)
if ($user !== 'anon.') {
if ($item['creator_username'] === $user->getUsername()
&& !$this->isUsurpatingWorkspaceRole($this->tokenStorage->getToken()) ) {
$item['mask'] = 1023;
$item['mask'] = 32767;
}
}

Expand Down

0 comments on commit 9d58202

Please sign in to comment.