diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-15 20:18:04 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-04-23 12:54:26 +0200 |
commit | fb88aba8f4927b3175df34a2a499978a3b4c1b6b (patch) | |
tree | f05caeb3b23835730509102d5975312c425ec7a5 /lib | |
parent | d468cdacf27acf1de78a7b2f07d21d1851aa8f39 (diff) | |
download | nextcloud-server-fb88aba8f4927b3175df34a2a499978a3b4c1b6b.tar.gz nextcloud-server-fb88aba8f4927b3175df34a2a499978a3b4c1b6b.zip |
some fixes to make the gallery work, this made it necessary to adjust some tests and the encryption code
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/share/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php index c07dd04b29f..4e3e261baf5 100644 --- a/lib/private/share/share.php +++ b/lib/private/share/share.php @@ -896,6 +896,7 @@ class Share extends \OC\Share\Constants { $hookParams = array( 'itemType' => $item['item_type'], 'itemSource' => $item['item_source'], + 'fileSource' => $item['file_source'], 'shareType' => $item['share_type'], 'shareWith' => $item['share_with'], 'itemParent' => $item['parent'], |