Point of "Private" File Set?

Permalink
When creating a new set in the File Manager, there is an option to "Make set public". If this is unchecked, there doesn't seem to be any way to then delete the set down the line.

With the ability to set custom permissions on public set, I am just confused with what the point of a private set is.

hursey013
 
nicolas replied on at Permalink Reply
nicolas
Known bug/limitation, change controller/dashboard/files/sets.php or wait for an official patch.

public function view() {
-- $file_sets = $file_set->Find('fsType = ' . FileSet::TYPE_PUBLIC);      
++ $file_sets = $file_set->getMySets();


Regards
ebogdan replied on at Permalink Reply
I added the code you posted in that file but all I got was the error "Parse error: syntax error, unexpected '=' in concrete/controllers/dashboard/files/sets.php on line 6"

Can you please review it and repost it? I am using Concrete5.6

Thank you.