Index: branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php	(revision 20116)
+++ branches/version-2_5-dev/data/class/pages/entry/LC_Page_Entry_EmailMobile.php	(revision 20131)
@@ -74,6 +74,8 @@
 
             if (empty($this->arrErr)) {
-                $this->lfRegistEmailMobile(strtolower($objFormParam->getValue('email_mobile')),
-                                           $objCustomer->getValue('customer_id'));
+                $email_mobile = $this->lfRegistEmailMobile(strtolower($objFormParam->getValue('email_mobile')),
+                    $objCustomer->getValue('customer_id'));
+
+                $objCustomer->setValue('email_mobile', $email_mobile);
                 $this->tpl_mainpage = 'entry/email_mobile_complete.tpl';
                 $this->tpl_title = '携帯メール登録完了';
@@ -140,5 +142,5 @@
                           'customer_id = ?', array($customer_id));
 
-        $objCustomer->setValue('email_mobile', $email_mobile);
+        return $email_mobile;
     }
 }
