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
36504ad9e1dc9e51e698b063d276d169ae0de75b
1 parent
00226e07
fixes bug to guang page show
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
View file @
36504ad
...
...
@@ -25,7 +25,7 @@ class IndexController extends AbstractAction
$udid
=
$this
->
getUdid
();
$type
=
$this
->
get
(
'id'
,
0
);
$gender
=
$this
->
get
(
'gender'
,
'1,2,3'
);
$gender
=
$this
->
get
(
'gender'
);
if
(
is_string
(
$gender
))
{
$gender
=
rawurldecode
(
$gender
);
}
else
{
...
...
Please
register
or
login
to post a comment