diff --git a/preferences.php b/preferences.php index b638669..a6c25d3 100644 --- a/preferences.php +++ b/preferences.php @@ -238,7 +238,7 @@ class PreferencesDispatcher extends KTStandardDispatcher { $oUser->setName($res['name']); $oUser->setEmail($res['email_address']); $oUser->setEmailNotification($res['email_notifications']); - $oUser->setMobile(null); + // old system used the very evil store.php.