Skip to content

Commit 545ff0f

Browse files
committed
share group permision removed
1 parent 002bbed commit 545ff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easysocial/easysocial/share.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function post()
8282
$clusterType = ($cluster) ? 'group' : null;
8383
$isCluster = $cluster ? true : false;
8484

85-
if ($isCluster) {
85+
/*if ($isCluster) {
8686
8787
$group = FD::group($cluster);
8888
$permissions = $group->getParams()->get('stream_permissions', null);
@@ -96,7 +96,7 @@ public function post()
9696
$this->plugin->setResponse($result);
9797
return true;
9898
}
99-
}
99+
}*/
100100

101101
$privacyRule = ( $type == 'photos' ) ? 'photos.view' : 'story.view';
102102

0 commit comments

Comments
 (0)