Skip to content

Commit

Permalink
fixes #781 (#782) - SharedList was not working for non-admin users.
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria authored Nov 9, 2020
1 parent 77198aa commit fab30a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Http/Controllers/SharingController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public function listSharing()
'user_id',
'album_id',
'username',
'title'
'title',
'parent_id'
)
->join('users', 'user_id', 'users.id')
->join('albums', 'album_id', 'albums.id')
Expand Down

0 comments on commit fab30a5

Please sign in to comment.