Remove shared items check, it prevents sharing items if there aren't already any.
This commit is contained in:
parent
4abefde290
commit
302527c2d6
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
<fieldset>
|
||||
<legend>Your Shared Files</legend>
|
||||
<?php if ($_['shared_items'] == null) {echo "You are not sharing any of your files";} else {?>
|
||||
<table id='itemlist'>
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -28,5 +27,4 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<?php } ?>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in a new issue