Jelajahi Sumber

! Add sorting to the time col of the show attachments list

Signed-off-by: Spuds <[email protected]>
Spuds 12 tahun lalu
induk
melakukan
da83fc5838
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      Sources/Profile-View.php

+ 4 - 0
Sources/Profile-View.php

@@ -606,6 +606,10 @@ function showAttachments($memID)
 					'db' => 'posted',
 					'timeformat' => true,
 				),
+				'sort' => array(
+					'default' => 'm.poster_time',
+					'reverse' => 'm.poster_time DESC',
+				),
 			),
 		),
 	);