diff options
author | redmatrix <git@macgirvin.com> | 2016-06-23 01:17:44 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-23 01:17:44 -0700 |
commit | acf26d5c63c8b3316d713ce08b397f35aae03460 (patch) | |
tree | 8250c453e28775b4b6c62fefb5f2de60db67980f /Zotlabs/Module/Profperm.php | |
parent | b8c5a91940f75e79b1cd7e7e2148e4acd0ff7d83 (diff) | |
download | volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.gz volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.tar.bz2 volse-hubzilla-acf26d5c63c8b3316d713ce08b397f35aae03460.zip |
code cleanup for profile_photos
Diffstat (limited to 'Zotlabs/Module/Profperm.php')
-rw-r--r-- | Zotlabs/Module/Profperm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Profperm.php b/Zotlabs/Module/Profperm.php index 33e9d1ece..79ce7a7ed 100644 --- a/Zotlabs/Module/Profperm.php +++ b/Zotlabs/Module/Profperm.php @@ -97,7 +97,7 @@ class Profperm extends \Zotlabs\Web\Controller { //Time to update the permissions on the profile-pictures as well - profile_photo_set_profile_perms($profile['id']); + profile_photo_set_profile_perms(local_channel(),$profile['id']); $r = q("SELECT * FROM abook left join xchan on abook_xchan = xchan_hash WHERE abook_channel = %d AND abook_profile = '%s'", intval(local_channel()), |