修改按热度排行时的bug
This commit is contained in:
parent
0cd1ed42f6
commit
6a9c805855
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue