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
Rock Zhang
2015-11-26 13:01:49 +0800
Commit
986945b72a537473a1f4f81e90a214cd502f27f2
1 parent
9c089953
去除无用的代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
986945b
...
...
@@ -122,7 +122,6 @@ class HomeController extends AbstractAction
$result
=
array
();
if
(
$this
->
isAjax
())
{
$uid
=
$this
->
getUid
();
$fav_id
=
$this
->
post
(
'id'
,
0
);
$result
=
UserModel
::
favoriteDelete
(
$this
->
_uid
,
$fav_id
);
...
...
Please
register
or
login
to post a comment