From: Zach Copley <zach@status.net>
Date: Thu, 10 Mar 2011 03:31:37 +0000 (-0800)
Subject: Make all simple fields save
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5203fa7151c099e0ba5a9ef80565ed681a3a200a;p=quix0rs-gnu-social.git

Make all simple fields save
---

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);