From 5203fa7151c099e0ba5a9ef80565ed681a3a200a Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Wed, 9 Mar 2011 19:31:37 -0800 Subject: [PATCH] Make all simple fields save --- plugins/ExtendedProfile/profiledetailsettingsaction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ExtendedProfile/profiledetailsettingsaction.php b/plugins/ExtendedProfile/profiledetailsettingsaction.php index 7c68216972..0f84dc0582 100644 --- a/plugins/ExtendedProfile/profiledetailsettingsaction.php +++ b/plugins/ExtendedProfile/profiledetailsettingsaction.php @@ -97,7 +97,7 @@ class ProfileDetailSettingsAction extends SettingsAction $profile = $user->getProfile(); - $simpleFieldNames = array('title'); + $simpleFieldNames = array('title', 'spouse', 'kids'); foreach ($simpleFieldNames as $name) { $value = $this->trimmed('extprofile-' . $name);