* finish task #1400.
This commit is contained in:
@@ -683,9 +683,6 @@ class commonModel extends model
|
||||
$orderBy = explode('limit', $orderBy[1]);
|
||||
$orderBy = str_replace('t1.', '', $orderBy[0]);
|
||||
|
||||
/* Fix bug #448. I don't know why too. */
|
||||
if($orderBy == 'yes') $orderBy = '';
|
||||
|
||||
$this->session->set($objectType . 'OrderBy', $orderBy);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user