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

index 4e1c714..6d20979 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'];