From 5924bba91de15a41984665ec39eb8fc552caad03 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 24 Dec 2020 13:13:42 +0800 Subject: [PATCH] white space --- Pman/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2