Fix wrong POST parameter (order)
parent
75345718be
commit
b6acab7d82
|
@ -142,7 +142,7 @@ export default class ThreadSearchQuery implements IQuery {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the other values
|
// Set the other values
|
||||||
params["o"] = this.order.toString();
|
params["order"] = this.order.toString();
|
||||||
params["page"] = this.page.toString();
|
params["page"] = this.page.toString();
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
|
|
Loading…
Reference in New Issue