diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-15 20:29:10 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-15 20:29:10 +0100 |
commit | 1deda8fd6575426e854276c83a52df8060893b1e (patch) | |
tree | ea28d9b3b0cf10b12d6ed1b026e2e54ce8bca12a /apps/files/list.php | |
parent | 846e2f296725c0ca5052707d2fc7fa7f464ca760 (diff) | |
download | nextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.tar.gz nextcloud-server-1deda8fd6575426e854276c83a52df8060893b1e.zip |
Rollback to default list view
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/list.php')
-rw-r--r-- | apps/files/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/list.php b/apps/files/list.php index 7a5159cf387..9ceeaaa0491 100644 --- a/apps/files/list.php +++ b/apps/files/list.php @@ -26,7 +26,7 @@ $userSession = \OC::$server->getUserSession(); // TODO: move this to the generated config.js $publicUploadEnabled = $config->getAppValue('core', 'shareapi_allow_public_upload', 'yes'); -$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', true); +$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false); $isIE = \OCP\Util::isIE(); // renders the controls and table headers template |