Commit 6aff090def3e0892335ad8ff4d72b4aaf49790fe

Authored by Jonathan Byrne
1 parent 38688cd1

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.