aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-27 10:57:46 +0100
committermarijus <mario@localhost.localdomain>2014-01-27 10:57:46 +0100
commitb39475db86eca7b5e5615d377d8adc64e6a33056 (patch)
tree7713842c2cdbd2767d52cf0263375da62133c534 /include
parent4ce6335364a5c86cac97bcc43af0dc6bfa38d114 (diff)
parentd67fdd129921549b6a1e7cb5e5ebea7bdc38bf0e (diff)
downloadvolse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.tar.gz
volse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.tar.bz2
volse-hubzilla-b39475db86eca7b5e5615d377d8adc64e6a33056.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index cec5993b6..34d661004 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1481,7 +1481,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
if($p['view_storage']) {
$tabs[] = array(
'label' => t('Files'),
- 'url' => $a->get_baseurl() . '/cloud/' . $nickname,
+ 'url' => $a->get_baseurl() . '/cloud/' . $nickname . ((get_observer_hash()) ? '' : '?f=&davguest=1'),
'sel' => ((argv(0) == 'cloud') ? 'active' : ''),
'title' => t('Files and Storage'),
'id' => 'files-tab',