rabin 6 years ago
parent
commit
ac5f4c491b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      comment/database/review.php
  2. 1 1
      comment/database/share.php

+ 1 - 1
comment/database/review.php

@@ -154,7 +154,7 @@ return array
 				'source_id' => 'yes',
 			),
 			'type' => 'all',
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 		),

+ 1 - 1
comment/database/share.php

@@ -151,7 +151,7 @@ return array
 				'source_id' => 'yes',
 			),
 			'type' => 'all',
-			'order' => array('id' => 'desc'),
+			'order' => array('cdate' => 'desc'),
 			'page' => array(10, 'list'),
 			'col' => '*',
 		),