From: Alan Date: Fri, 12 Aug 2022 03:51:53 +0000 (+0800) Subject: ws X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5dc40059b11db1dc43844c022eca5644aae5520e ws --- diff --git a/Pman.Download.js b/Pman.Download.js index 23cf3a4f..f4584d28 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -311,7 +311,7 @@ Roo.apply(Pman.Download.prototype, { }); - if(ds.sortInfo && ds.remoteSort){ + if(ds.sortInfo && ds.remoteSort){ var pn = ds.paramNames; this.params[pn["sort"]] = ds.sortInfo.field; this.params[pn["dir"]] = ds.sortInfo.direction;