nextcloud/lib/private/Share
Vincent Petry f07c209cb9
Fix post_unshareFromSelf hook parameter format
When unsharing from self in a group share situation, the share items
passed to the post_unshareFromSelf hook were using the wrong format in
which the attribute names (ex: "share_type") have non camel-case format.

This fix makes sure that in group sharing case we use the correct
format. It looks like the code was already producing it but in
array_merge it was not using it and adding the unprocessed one.
2016-12-02 00:50:32 +01:00
..
Constants.php Run the license script 2016-07-22 11:40:41 +02:00
Helper.php Run the license script 2016-07-22 11:40:41 +02:00
MailNotifications.php Fix MissingMandatoryParametersException for share notifications 2016-09-13 14:09:34 +02:00
SearchResultSorter.php Run the license script 2016-07-22 11:40:41 +02:00
Share.php Fix post_unshareFromSelf hook parameter format 2016-12-02 00:50:32 +01:00