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/connections.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/connections.php')
-rw-r--r-- | mod/connections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/connections.php b/mod/connections.php index 3da9cec74..e36cb5fc7 100644 --- a/mod/connections.php +++ b/mod/connections.php @@ -41,7 +41,7 @@ function connections_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), |