1
This commit is contained in:
@@ -1054,7 +1054,7 @@ class Clues extends HD_Controller
|
||||
$total = $this->clues_cfrom_model->count($where);
|
||||
$map = array();
|
||||
if ($total) {
|
||||
$orderby = 'id desc';
|
||||
$orderby = 'sort desc';
|
||||
$select = 'id, title';
|
||||
$rows = $this->clues_cfrom_model->select($where, $orderby, 0, 0, $select);
|
||||
foreach ($rows as $v) {
|
||||
|
||||
Reference in New Issue
Block a user