Skip to content

Commit

Permalink
Propagate X bit
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Aug 31, 2015
1 parent 68e5d2f commit 2f272e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/share/share.php
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ private static function insertShare(array $shareData)
$result = $mailNotification->sendLinkEosEGroup($shareData["shareWith"]."@cern.ch", $filedata["name"],$filedata["eospath"],$shareData["shareWith"]);
}
// HUGO-TODO Add +x permissions to parent folders of a share
//EosUtil::propagatePermissionXToParents($filedata, $to);
EosUtil::propagatePermissionXToParents($filedata, $to);

}

Expand Down

0 comments on commit 2f272e7

Please sign in to comment.