From b5728fa42efa0d12da8814711e0875da7fb88672 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Feb 2014 16:56:39 -0800 Subject: fixes to thing profile assignments --- mod/connections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/connections.php') 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), -- cgit v1.2.3