Skip to content
Snippets Groups Projects
Commit b2da2f76 authored by Björn Schießle's avatar Björn Schießle
Browse files

don't add share action to the Shared folder

parent 569c7ab1
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ var FileActions = {
addAction(name, action);
}
});
if(actions.Share){
if(actions.Share && file !== 'Shared'){
addAction('Share', actions.Share);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment