summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-04-15 20:18:04 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-04-23 12:54:26 +0200
commitfb88aba8f4927b3175df34a2a499978a3b4c1b6b (patch)
treef05caeb3b23835730509102d5975312c425ec7a5 /lib
parentd468cdacf27acf1de78a7b2f07d21d1851aa8f39 (diff)
downloadnextcloud-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.php1
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'],