Skip to content
Snippets Groups Projects
Commit c1345d3a authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #8111 from owncloud/trash-disablesharing

Disable sharing in trashbin app
parents 61891428 35ab6fe5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
<div id="emptycontent" class="hidden"><?php p($l->t('Nothing in here. Your trash bin is empty!'))?></div>
<input type="hidden" id="permissions" value="0"></input>
<input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input>
<input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir">
<table id="filestable">
......
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