summaryrefslogtreecommitdiffstats
path: root/apps/files/recentlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/recentlist.php')
-rw-r--r--apps/files/recentlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/recentlist.php b/apps/files/recentlist.php
index c17f9d598bf..99409749e36 100644
--- a/apps/files/recentlist.php
+++ b/apps/files/recentlist.php
@@ -26,7 +26,7 @@ OCP\User::checkLoggedIn();
$config = \OC::$server->getConfig();
$userSession = \OC::$server->getUserSession();
-$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', true);
+$showgridview = $config->getUserValue($userSession->getUser()->getUID(), 'files', 'show_grid', false);
$isIE = \OCP\Util::isIE();
$tmpl = new OCP\Template('files', 'recentlist', '');