basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()

This commit is contained in:
marijus
2015-01-18 14:44:58 +01:00
parent 6657712714
commit 1c2d956d7f
8 changed files with 246 additions and 7 deletions

View File

@@ -1572,7 +1572,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
$tabs[] = array(
'label' => t('Files'),
'url' => $a->get_baseurl() . '/cloud/' . $nickname . ((get_observer_hash()) ? '' : '?f=&davguest=1'),
'sel' => ((argv(0) == 'cloud') ? 'active' : ''),
'sel' => ((argv(0) == 'cloud' || argv(0) == 'sharedwithme') ? 'active' : ''),
'title' => t('Files and Storage'),
'id' => 'files-tab',
);