diff options
author | friendica <info@friendica.com> | 2014-02-11 16:56:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-11 16:56:39 -0800 |
commit | b5728fa42efa0d12da8814711e0875da7fb88672 (patch) | |
tree | 1499b03be17dc9d59f04cac0c31f75427f89ac6e /mod/connedit.php | |
parent | 9498ed17ab4d71d926c47d02f4c9ae2f97e1a1d1 (diff) | |
download | volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.tar.gz volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.tar.bz2 volse-hubzilla-b5728fa42efa0d12da8814711e0875da7fb88672.zip |
fixes to thing profile assignments
Diffstat (limited to 'mod/connedit.php')
-rw-r--r-- | mod/connedit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connedit.php b/mod/connedit.php index 3f507cc3b..c6f64ccfc 100644 --- a/mod/connedit.php +++ b/mod/connedit.php @@ -53,7 +53,7 @@ function connedit_post(&$a) { call_hooks('contact_edit_post', $_POST); - $profile_id = $_POST['profile-assign']; + $profile_id = $_POST['profile_assign']; if($profile_id) { $r = q("SELECT profile_guid FROM profile WHERE profile_guid = '%s' AND `uid` = %d LIMIT 1", dbesc($profile_id), |