summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-12 10:19:52 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-13 11:28:42 +0200
commit3f492dd82681ca92e9e86acfcf1c15dfcfcf34cf (patch)
treeff4a4cb9ebd0f0a5f5704e7212d94ed77aaf4bbc /apps/files/templates
parent838e9e312673c2fb30796b07b6fa2542ee8f554e (diff)
downloadnextcloud-server-3f492dd82681ca92e9e86acfcf1c15dfcfcf34cf.tar.gz
nextcloud-server-3f492dd82681ca92e9e86acfcf1c15dfcfcf34cf.zip
load file sorting mode from the db
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php
index e825c300d31..c108c6f0613 100644
--- a/apps/files/templates/index.php
+++ b/apps/files/templates/index.php
@@ -18,4 +18,5 @@
<input type="hidden" name="mailNotificationEnabled" id="mailNotificationEnabled" value="<?php p($_['mailNotificationEnabled']) ?>" />
<input type="hidden" name="mailPublicNotificationEnabled" id="mailPublicNotificationEnabled" value="<?php p($_['mailPublicNotificationEnabled']) ?>" />
<input type="hidden" name="allowShareWithLink" id="allowShareWithLink" value="<?php p($_['allowShareWithLink']) ?>" />
+<input type="hidden" name="defaultFileSorting" id="defaultFileSorting" value="<?php p($_['defaultFileSorting']) ?>" />
<?php endif;