* finish task #1400.

This commit is contained in:
wyd621
2013-08-20 11:28:27 +08:00
parent 3079ce5fa5
commit 667110a5ca
3 changed files with 3 additions and 3 deletions
-3
View File
@@ -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