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
2015-12-05 23:38:11 +0800
Commit
ef56569b78513e723916cb4856baa44993fab256
1 parent
802f3483
fixes bug to call product detail api and order status
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 @
ef56569
...
...
@@ -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