summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/index.php
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-30 15:08:53 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-30 15:08:53 +0200
commit4d79e7e6733d06da6f4d7f0c44ef95a2a96c4aae (patch)
tree5556fd4f3d9c638bb11cdad4c1aed31e09b9263d /apps/files/templates/index.php
parent54965ce065ba7447cee2f4f60fe1babcc7371214 (diff)
parent480aeb804fc64be6fdcb1551f89e21304e270b33 (diff)
downloadnextcloud-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.php2
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>