GroupRights.php
authorKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 08:27:55 +0000 (16:27 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 30 Jan 2018 08:27:55 +0000 (16:27 +0800)
GroupRights.php

index ea3e412..6275f2c 100644 (file)
@@ -87,6 +87,7 @@ class Pman_Admin_GroupRights extends Pman
             );
                 
         }
+        
         if (isset($_GET['_sort'])) {
             foreach ($ar as $key => $row) {
                 $shortname[$key]  = $row['shortname'];
@@ -95,6 +96,7 @@ class Pman_Admin_GroupRights extends Pman
 
             array_multisort($shortname, SORT_ASC, $descript, SORT_ASC, $ar);        
         }
+        
         $this->jdata($ar);