summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-16 15:38:56 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-16 15:38:56 +0200
commit852a50aa8968560738f61e32d8b1cb7f5cd329c1 (patch)
tree25eb62b2b234da2773b08bde818224dcb5f442ee /lib/public
parent8c2b0b13941b090140ad5634df6602a180afbc03 (diff)
downloadnextcloud-server-852a50aa8968560738f61e32d8b1cb7f5cd329c1.tar.gz
nextcloud-server-852a50aa8968560738f61e32d8b1cb7f5cd329c1.zip
remove test code
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php4
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;