white space
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2020 05:13:42 +0000 (13:13 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2020 05:13:42 +0000 (13:13 +0800)
Pman/Roo.php

index 5780633..d7b1878 100644 (file)
@@ -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);