diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-21 14:53:51 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-07-21 14:53:51 -0400 |
commit | 302527c2d654f87d064e4dd0a5cb0609e9aedec5 (patch) | |
tree | bc7627dfbe42d7d0abc52def67586fdc598ed579 /apps/files_sharing/templates | |
parent | 4abefde29047b6fe42240966ed4697f57cf733c0 (diff) | |
download | nextcloud-server-302527c2d654f87d064e4dd0a5cb0609e9aedec5.tar.gz nextcloud-server-302527c2d654f87d064e4dd0a5cb0609e9aedec5.zip |
Remove shared items check, it prevents sharing items if there aren't already any.
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/list.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index 244cd9992cb..73ffff1ab6b 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -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> |