X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman%2FRoo.php;h=d7b1878783fd1f6580b0ecc52aa46b49cab7c1a9;hb=5924bba91de15a41984665ec39eb8fc552caad03;hp=57806336ba16af86ed760df0eaaabc5351d148ac;hpb=88c7b71db3335f41fe1a578b70619e39b9045e8d;p=Pman.Base diff --git a/Pman/Roo.php b/Pman/Roo.php index 5780633..d7b1878 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -769,12 +769,12 @@ class Pman_Roo extends Pman $ms ? json_decode($ms) : false ); } + if ($ms !== false) { return $this->multiSort($x); } - + if ($sorted === false) { - $cols = $x->tableColumns(); $excols = array_keys($this->cols);