aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-10-19 15:33:19 +0200
committerMario Vavti <mario@mariovavti.com>2015-10-19 15:33:19 +0200
commitfebcb90ece65798f169de491d30503770d7f90af (patch)
tree2888ad530a7e3dacac99c077df332374042576f5
parent4b300f82747d6e0d6643e381ac55f388340cf501 (diff)
downloadvolse-hubzilla-febcb90ece65798f169de491d30503770d7f90af.tar.gz
volse-hubzilla-febcb90ece65798f169de491d30503770d7f90af.tar.bz2
volse-hubzilla-febcb90ece65798f169de491d30503770d7f90af.zip
fix typo in mod/connedit.php
-rw-r--r--mod/connedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 6170d05a8..65eba885a 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -190,7 +190,7 @@ function connedit_post(&$a) {
}
}
- $abook_pending = (($new_friend) ? 0 : $orig_record[0]['abook_pending'];
+ $abook_pending = (($new_friend) ? 0 : $orig_record[0]['abook_pending']);
$r = q("UPDATE abook SET abook_profile = '%s', abook_my_perms = %d , abook_closeness = %d, abook_pending = %d,
abook_incl = '%s', abook_excl = '%s'