diff options
author | friendica <info@friendica.com> | 2013-02-07 14:49:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-07 14:49:09 -0800 |
commit | ce2fd234618366d13c8ba6991c2f2b1d88d36c90 (patch) | |
tree | 3c98dab1ee1365e68f27f6a25d49396b66d92df6 /mod/connections.php | |
parent | 1e665f4da10dcd948241994a64f325c45762049a (diff) | |
download | volse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.tar.gz volse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.tar.bz2 volse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.zip |
this should fix the auto-friend stuff
Diffstat (limited to 'mod/connections.php')
-rw-r--r-- | mod/connections.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 158d2fd23..f16c13bab 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -113,7 +113,6 @@ function connections_post(&$a) { else notice( t('Failed to update connection record.') . EOL); - if((x($a->data,'abook')) && $a->data['abook']['abook_my_perms'] != $abook_my_perms && (! ($a->data['abook']['abook_flags'] & ABOOK_FLAG_SELF))) { proc_run('php', 'include/notifier.php', 'permission_update', $contact_id); |