rabin 3 lat temu
rodzic
commit
965c4b7ee3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      database/relation.php

+ 1 - 1
database/relation.php

@@ -152,7 +152,7 @@ return array
 				'level' => array('yes', '<='),
 			),
 			'type' => 'all',
-			'order' => array('id' => 'desc'),
+			'order' => array('level' => 'asc','id' => 'desc'),
 			'col' => '*',
 		),
 	)