aboutsummaryrefslogtreecommitdiffstats
path: root/mod/filestorage.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-23 21:49:48 -0800
committerfriendica <info@friendica.com>2015-01-23 21:49:48 -0800
commit34b5072ccf6a9aea2198878767c5f489404a1bd2 (patch)
tree198101f72fe89aa434611bf2e4e363f08f28822e /mod/filestorage.php
parentbefe77a93f305c56db2f96604fabebaec6399cb9 (diff)
parent0405f2bcb973118e6567fd44a7994aa06f54fe7a (diff)
downloadvolse-hubzilla-34b5072ccf6a9aea2198878767c5f489404a1bd2.tar.gz
volse-hubzilla-34b5072ccf6a9aea2198878767c5f489404a1bd2.tar.bz2
volse-hubzilla-34b5072ccf6a9aea2198878767c5f489404a1bd2.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod/filestorage.php')
-rw-r--r--mod/filestorage.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/filestorage.php b/mod/filestorage.php
index 9852f4e73..05f6a79e6 100644
--- a/mod/filestorage.php
+++ b/mod/filestorage.php
@@ -38,8 +38,9 @@ function filestorage_post(&$a) {
//Build directory tree and redirect
$channel = $a->get_channel();
$cloudPath = get_parent_cloudpath($channel_id, $channel['channel_address'], $resource);
+ $object = get_file_activity_object($channel_id, $resource, $cloudPath);
- file_activity($channel_id, $resource, $cloudPath, $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny, 'post', $no_activity);
+ file_activity($channel_id, $object, $str_contact_allow, $str_group_allow, $str_contact_deny, $str_group_deny, 'post', $no_activity);
goaway($cloudPath);
}