Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2016-01-21 20:36:10 +0800
Commit
8283036888efa4590daef3b1b668e549b3d32ab5
1 parent
739828ce
code review by fei.hong: modify to fixes bug to back email return link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Back.php
View file @
8283036
...
...
@@ -51,7 +51,7 @@ class BackController extends AbstractAction
// 发送邮箱验证码
$result
=
BackData
::
sendCodeToEmail
(
$email
);
if
(
$result
[
'code'
]
===
200
)
{
$result
[
'data'
]
=
Helpers
::
url
(
'/passport/back/
resendemail
'
,
array
(
$result
[
'data'
]
=
Helpers
::
url
(
'/passport/back/
success
'
,
array
(
'email'
=>
$email
,
));
}
...
...
Please
register
or
login
to post a comment