aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-08-23 17:36:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-08-23 17:36:00 -0700
commit8cd583fd8ca1c81a13a08385a2cd6921395c0527 (patch)
tree0efc0b9d5d48e26d16b0b1e28af60c71350897ec /include/Contact.php
parentbf190be5b42378e3a9c122a5ff2311691b4814fe (diff)
downloadvolse-hubzilla-8cd583fd8ca1c81a13a08385a2cd6921395c0527.tar.gz
volse-hubzilla-8cd583fd8ca1c81a13a08385a2cd6921395c0527.tar.bz2
volse-hubzilla-8cd583fd8ca1c81a13a08385a2cd6921395c0527.zip
sync abook flags in memory after altering them
Diffstat (limited to 'include/Contact.php')
-rw-r--r--include/Contact.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Contact.php b/include/Contact.php
index 6b5f9388c..008574d8f 100644
--- a/include/Contact.php
+++ b/include/Contact.php
@@ -174,9 +174,6 @@ function abook_toggle_flag($abook,$flag) {
);
}
- $a = get_app();
- if($a->data['abook'])
- $a->data['abook']['abook_flags'] = $a->data['abook']['abook_flags'] ^ $flag;
return $r;
}