summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-23 16:39:42 +0200
committerkondou <kondou@ts.unde.re>2013-09-23 16:39:42 +0200
commitd7409547aa0c6fe23cb408e266a09392b4752a72 (patch)
treeed542f7059659c6291666f8ce1f858014cdf48bd /apps
parent5d671a84b22079f12a993c02993db39cef008230 (diff)
downloadnextcloud-server-d7409547aa0c6fe23cb408e266a09392b4752a72.tar.gz
nextcloud-server-d7409547aa0c6fe23cb408e266a09392b4752a72.zip
Fix not displaying "Upload something!" message
Fix #4940
Diffstat (limited to 'apps')
-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 bd991c3fcb0..96a80738989 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>