Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Email Patches
Plain Diff
Browse Files
Authored by
hf
2016-03-18 13:02:11 +0800
Commit
55903f4e1c54c6698392736bb14aed8ed1ebc430
1 parent
709dae70
code review by fei.hong: do fixes bugs to special sale huodong
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/Bootstrap.php
yohobuy/www.yohobuy.com/application/Bootstrap.php
View file @
55903f4
...
...
@@ -110,6 +110,7 @@ class Bootstrap extends Bootstrap_Abstract
$saleId
=
strtr
(
$subDomainLow
,
array
(
'specialsale'
=>
''
));
$module
=
'Product'
;
$controller
=
'Sale'
;
$action
=
'Index'
;
$dispatcher
->
getRequest
()
->
setParam
(
'specialsaleId'
,
$saleId
);
}
}
...
...
Please
register
or
login
to post a comment