diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/share.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index b2873d22f43..c5bce41846b 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -1473,10 +1473,6 @@ class Share { 'token' => $token )); - // hook up activity manager - $subject = 'Something has been shared'; - \OC::$server->getActivityManager()->publishActivity('files_sharing', $subject, '', '', ''); - if ($parentFolder === true) { // Return parent folders to preserve file target paths for potential children return $parentFolders; |