aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-11-04 17:38:49 -0800
committerfriendica <info@friendica.com>2014-11-04 17:38:49 -0800
commit1896855c8540101abb7af9bbc3aa45d738750d95 (patch)
tree8c805017a949a6b42b9d4f267fbb12e30de76742 /mod
parentd5d6158973ecb83b63d42c57c96dce849842c83b (diff)
downloadvolse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.tar.gz
volse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.tar.bz2
volse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.zip
minor adjustments to make the form work as designed
Diffstat (limited to 'mod')
-rw-r--r--mod/connedit.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/connedit.php b/mod/connedit.php
index 0e129e32d..60f284797 100644
--- a/mod/connedit.php
+++ b/mod/connedit.php
@@ -68,7 +68,7 @@ function connedit_post(&$a) {
call_hooks('contact_edit_post', $_POST);
- if($orig_record['abook_flags'] & ABOOK_FLAG_SELF) {
+ if($orig_record[0]['abook_flags'] & ABOOK_FLAG_SELF) {
$autoperms = intval($_POST['autoperms']);
}
else {
@@ -216,9 +216,10 @@ function connedit_post(&$a) {
$arr = array('channel_id' => local_user(), 'abook' => $a->poi);
call_hooks('accept_follow', $arr);
}
-
+dbg(1);
if(! is_null($autoperms))
set_pconfig(local_user(),'system','autoperms',(($autoperms) ? $abook_my_perms : 0));
+dbg(0);
connedit_clone($a);