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

Merge pull request #1883 from gdicristofaro/6266-cvtMostRecent

6266 cvt most recent filter
parents f0d7c7a4 0c9621cc
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