From 64c52e385a313fda6f392697944d6fe1a5051ec0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 21 Jan 2015 19:45:46 +0000 Subject: [PATCH] always start with tile-view --- phpgwapi/inc/class.egw_sharing.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.egw_sharing.inc.php b/phpgwapi/inc/class.egw_sharing.inc.php index cf6b1b2c14..9f6b7badbe 100644 --- a/phpgwapi/inc/class.egw_sharing.inc.php +++ b/phpgwapi/inc/class.egw_sharing.inc.php @@ -303,6 +303,7 @@ class egw_sharing } // run full eTemplate2 UI for directories $_GET['path'] = $this->share['share_root']; + $GLOBALS['egw_info']['user']['preferences']['filemanager']['nm_view'] = 'tile'; $_GET['cd'] = 'no'; $GLOBALS['egw_info']['flags']['js_link_registry'] = true; egw_framework::includeCSS('/filemanager/templates/default/sharing.css');