diff --git a/src/scripts/classes/query/thread-search-query.ts b/src/scripts/classes/query/thread-search-query.ts index 1894792..83bff06 100644 --- a/src/scripts/classes/query/thread-search-query.ts +++ b/src/scripts/classes/query/thread-search-query.ts @@ -142,7 +142,7 @@ export default class ThreadSearchQuery implements IQuery { } // Set the other values - params["o"] = this.order.toString(); + params["order"] = this.order.toString(); params["page"] = this.page.toString(); return params;