Skip to content

Commit

Permalink
Fixed #1252 - Issue with shared folder for user that does not have an…
Browse files Browse the repository at this point in the history
…y other folders
  • Loading branch information
torinfo committed Sep 20, 2023
1 parent fa475e7 commit 410cc67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website_code/php/display_library.php
Expand Up @@ -879,8 +879,7 @@ function get_workspace_folders($folder_id, $tree_id, $sort_type, $copy_only=fals
}
else
{
if ($query_response[$index]['role'] == 'creator')
$unassigned_found = true;
$unassigned_found = true;
}
$shared = "";
if ($query_response[$index]['role'] != 'creator' && $newtype != 'group'){
Expand Down

0 comments on commit 410cc67

Please sign in to comment.