aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connections.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/connections.php')
-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);