1. Edit file in shared files module
2. Change file name
3. Click "Update" button
Notice the file doesn't appear in the shared files module anymore because it has the incorrect FolderID of "0" in the DB and should be "-1".
Change line 168 in SharedFilesEdit to:
this.ddFolders.Items.Insert(0,new ListItem("Root","-1"));