aboutsummaryrefslogtreecommitdiffstats
path: root/mod/connedit.php
diff options
context:
space:
mode:
Diffstat (limited to '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 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),