diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-02-13 20:38:11 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-02-13 20:38:11 -0500 |
commit | 69b08a20625ab49fb562f47a651cff7d554d000e (patch) | |
tree | 0b68c79a135cdc6da5c0f4df5fa32e133c97b615 /Zotlabs/Module/Connedit.php | |
parent | 05fd5eb8be51ca1fee7b9ec108e87d3599833797 (diff) | |
parent | 8ed0913df61abdc9963a3f3e1b181ce695e273b5 (diff) | |
download | volse-hubzilla-69b08a20625ab49fb562f47a651cff7d554d000e.tar.gz volse-hubzilla-69b08a20625ab49fb562f47a651cff7d554d000e.tar.bz2 volse-hubzilla-69b08a20625ab49fb562f47a651cff7d554d000e.zip |
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index d8422266c..7a753c286 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -245,14 +245,6 @@ class Connedit extends \Zotlabs\Web\Controller { intval(local_channel()) ); - if($orig_record[0]['abook_profile'] != $profile_id) { - //Update profile photo permissions - - logger('A new profile was assigned - updating profile photos'); - profile_photo_set_profile_perms(local_channel(),$profile_id); - - } - if($r) info( t('Connection updated.') . EOL); else |