aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-07 14:49:09 -0800
committerfriendica <info@friendica.com>2013-02-07 14:49:09 -0800
commitce2fd234618366d13c8ba6991c2f2b1d88d36c90 (patch)
tree3c98dab1ee1365e68f27f6a25d49396b66d92df6 /mod
parent1e665f4da10dcd948241994a64f325c45762049a (diff)
downloadvolse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.tar.gz
volse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.tar.bz2
volse-hubzilla-ce2fd234618366d13c8ba6991c2f2b1d88d36c90.zip
this should fix the auto-friend stuff
Diffstat (limited to 'mod')
-rw-r--r--mod/connections.php1
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);