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
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
def1940a64da93a7a6dc387d1c58d783e679a55c
1 parent
9e963933
fixes bug to detail page
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
def1940
...
...
@@ -17,12 +17,10 @@ class DetailController extends AbstractAction
public
function
indexAction
()
{
$productId
=
$this
->
param
(
'productId'
);
$productId
=
22399
;
if
(
!
is_numeric
(
$productId
))
{
$this
->
error
();
}
$goodsId
=
$this
->
param
(
'goodsId'
);
$goodsId
=
32443
;
if
(
!
is_numeric
(
$goodsId
))
{
$this
->
error
();
}
...
...
Please
register
or
login
to post a comment