diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-30 15:08:53 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-30 15:08:53 +0200 |
commit | 4d79e7e6733d06da6f4d7f0c44ef95a2a96c4aae (patch) | |
tree | 5556fd4f3d9c638bb11cdad4c1aed31e09b9263d /apps/files/templates/index.php | |
parent | 54965ce065ba7447cee2f4f60fe1babcc7371214 (diff) | |
parent | 480aeb804fc64be6fdcb1551f89e21304e270b33 (diff) | |
download | nextcloud-server-4d79e7e6733d06da6f4d7f0c44ef95a2a96c4aae.tar.gz nextcloud-server-4d79e7e6733d06da6f4d7f0c44ef95a2a96c4aae.zip |
Merge branch 'master' into encryption_improved_error_messages_4617
Diffstat (limited to 'apps/files/templates/index.php')
-rw-r--r-- | apps/files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 2e4ca82c62f..fac540939e4 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -47,7 +47,7 @@ <input type="hidden" name="permissions" value="<?php p($_['permissions']); ?>" id="permissions"> </div> -<div id="emptycontent" <?php if (!isset($_['files']) or !$_['isCreatable'] or count($_['files']) > 0 or !$_['ajaxLoad']):?>class="hidden"<?php endif; ?>><?php p($l->t('Nothing in here. Upload something!'))?></div> +<div id="emptycontent" <?php if (!isset($_['files']) or !$_['isCreatable'] or count($_['files']) > 0 or $_['ajaxLoad']):?>class="hidden"<?php endif; ?>><?php p($l->t('Nothing in here. Upload something!'))?></div> <input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input> |