aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-04 10:58:41 +0000
committerMario <mario@mariovavti.com>2021-01-04 10:58:41 +0000
commitb2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e (patch)
tree6fe5c2a7df2ed9611ad8904b9b0f75440224c2f8 /Zotlabs
parentf0d1c962a770569773e113775a77a0fc8306b836 (diff)
downloadvolse-hubzilla-b2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e.tar.gz
volse-hubzilla-b2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e.tar.bz2
volse-hubzilla-b2f6e5673d1fbf72695b5c64db7d5e51d59b9e2e.zip
some work on the tiles view
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Storage/Browser.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php
index 0c6072ee4..9ae881f2f 100644
--- a/Zotlabs/Storage/Browser.php
+++ b/Zotlabs/Storage/Browser.php
@@ -500,7 +500,7 @@ class Browser extends DAV\Browser\Plugin {
$breadcrumbs_html = '';
- if($display_path && ! $_REQUEST['cat']){
+ if($display_path && ! $_REQUEST['cat'] && ! $_SESSION['cloud_tiles']){
$breadcrumbs = [];
$folders = explode('/', $display_path);
$folder_hashes = explode('/', $node->os_path);