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

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