Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-05 23:43:51 +0800
Commit
f1eb2446a3b7209e50bd215431c1c845fc73c21b
2 parents
ae76ff16
ef56569b
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Action/AbstractAction.php
library/Action/AbstractAction.php
View file @
f1eb244
...
...
@@ -385,7 +385,7 @@ class AbstractAction extends Controller_Abstract
if
(
$backUrl
)
{
$header
[
'navBack'
]
=
true
;
if
(
is_string
(
$backUrl
))
{
if
(
is_string
(
$backUrl
)
&&
$backUrl
!=
''
)
{
$header
[
'backUrl'
]
=
$backUrl
;
}
}
...
...
Please
register
or
login
to post a comment