| @@ -97,9 +97,9 @@ | ||
| 97 | 97 | |
| 98 | 98 | $query_params = 'files{ total_page, current_page, data{ id, my_cloud_id, name, owner{ id }, last_modified } }'; |
| 99 | 99 | |
| 100 | 100 | if ( $directLoad ) { |
| 101 | - $query_params = 'id, name, slug, sharedWith{ id, name, email, profile_photo }, owner{ id, name, profile_photo }, pending_invitations,' . $query_params; | |
| 101 | + $query_params = 'id, name, slug, sharedWith{ id, name, profile_photo }, owner{ id, name, profile_photo }, pending_invitations,' . $query_params; | |
| 102 | 102 | } |
| 103 | 103 | |
| 104 | 104 | $response = $this->http()->query( |
| 105 | 105 | 'workspaceDetails', |