diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-08 21:43:02 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-08 21:43:02 -0400 |
commit | b830b3e24b281204344e9162352c7034f0a67187 (patch) | |
tree | 0dd88472a8a3699dee02a65ac50a6855f7ce1c08 /lib | |
parent | 2c5744f16c82f4f6742ad528c88b0480d007a014 (diff) | |
download | nextcloud-server-b830b3e24b281204344e9162352c7034f0a67187.tar.gz nextcloud-server-b830b3e24b281204344e9162352c7034f0a67187.zip |
Start adding permission checks for addressbooks
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/share.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/share.php b/lib/public/share.php index 113f55a3480..bda2441b45e 100644 --- a/lib/public/share.php +++ b/lib/public/share.php @@ -507,6 +507,7 @@ class Share { $query_args[] = $root.$item; } else { $where .= " AND item_source = ?"; + $column = 'item_source'; $query_args[] = $item; } } else { |