Skip to content
Snippets Groups Projects
Unverified Commit a89497d3 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #1886 from sleuthkit/release-4.9.0

Merge in Release 4.9.0
parents 8c92639f 619b0d9b
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ public String getDescription() {
@Override
String getSQL(CommunicationsManager commsManager) {
if(limit > 0) {
return "ORDER BY relationships.date_time LIMIT " + limit;
return "ORDER BY relationships.date_time DESC LIMIT " + limit;
} else {
return "";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment