Authored by Rock Zhang

去除无用的代码

... ... @@ -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);
... ...