修改按热度排行时的bug

This commit is contained in:
Li Jianxuan 2014-03-18 02:50:27 +00:00
parent 0cd1ed42f6
commit 6a9c805855
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class IndexController extends AbstractActionController
if($order == "title")
$metadata->opt->order = "m.title";
if($order == "viewed")
$metadata->opt->order = "m.viewedcount";
$metadata->opt->order = "md.viewed";
}
if(!empty($sort))