aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-05-03 19:02:20 -0700
committerMario Vavti <mario@mariovavti.com>2017-05-20 22:21:34 +0200
commit28645b492e5d3c14b16de4994c9a540a564680d2 (patch)
tree5706e971572a0438ce2608c7411600bee8e2c3c2 /include
parent3919c8f79f9f104e99b161e9034c68eba3fe86a0 (diff)
downloadvolse-hubzilla-28645b492e5d3c14b16de4994c9a540a564680d2.tar.gz
volse-hubzilla-28645b492e5d3c14b16de4994c9a540a564680d2.tar.bz2
volse-hubzilla-28645b492e5d3c14b16de4994c9a540a564680d2.zip
one file hadn't yet been saved when doing pull request
Diffstat (limited to 'include')
-rw-r--r--include/connections.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connections.php b/include/connections.php
index a8d7d8483..8f4f84e1a 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -23,6 +23,7 @@ function abook_store_lowlevel($arr) {
'abook_unconnected' => ((array_key_exists('abook_unconnected',$arr)) ? $arr['abook_unconnected'] : 0),
'abook_self' => ((array_key_exists('abook_self',$arr)) ? $arr['abook_self'] : 0),
'abook_feed' => ((array_key_exists('abook_feed',$arr)) ? $arr['abook_feed'] : 0),
+ 'abook_not_here' => ((array_key_exists('abook_not_here',$arr)) ? $arr['abook_not_here'] : 0),
'abook_profile' => ((array_key_exists('abook_profile',$arr)) ? $arr['abook_profile'] : ''),
'abook_incl' => ((array_key_exists('abook_incl',$arr)) ? $arr['abook_incl'] : ''),
'abook_excl' => ((array_key_exists('abook_excl',$arr)) ? $arr['abook_excl'] : ''),