Commit 82e562dbdce3149d9a74b84975bbb81d14f2f12d

Authored by jonathan_byrne
1 parent 2a8e73dd

KTS-3214

"Mobile Number is not saved in database"
Fixed. Stopped preference update from removing mobile number.

Committed By: Jonathan Byrne
Reviewed By: Megan Watson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8331 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
preferences.php
@@ -238,7 +238,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { @@ -238,7 +238,7 @@ class PreferencesDispatcher extends KTStandardDispatcher {
238 $oUser->setName($res['name']); 238 $oUser->setName($res['name']);
239 $oUser->setEmail($res['email_address']); 239 $oUser->setEmail($res['email_address']);
240 $oUser->setEmailNotification($res['email_notifications']); 240 $oUser->setEmailNotification($res['email_notifications']);
241 - $oUser->setMobile(null); 241 +
242 242
243 243
244 // old system used the very evil store.php. 244 // old system used the very evil store.php.