X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.Download.js;h=f4584d289321b5c41c1034fea262de039d655b5a;hb=refs%2Fheads%2Fmaster;hp=23cf3a4f16f9399a121f865df4e6a140d95a388e;hpb=380ef8c6ff6b62df567d6671b3d695990c543092;p=Pman.Core 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;