nextcloud/lib/private/share
Vincent Petry a05bdcf1df
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:59:31 +01:00
..
constants.php Run the license script 2016-07-22 09:48:05 +02:00
helper.php Run the license script 2016-07-22 09:48:05 +02:00
hooks.php Run the license script 2016-07-22 09:48:05 +02:00
mailnotifications.php Run the license script 2016-07-22 09:48:05 +02:00
searchresultsorter.php Run the license script 2016-07-22 09:48:05 +02:00
share.php Fix post_unshareFromSelf hook parameter format 2016-12-02 00:59:31 +01:00