GroupRights.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:53 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 01:51:53 +0000 (09:51 +0800)
GroupRights.php

index d956997..6baf3ea 100644 (file)
@@ -92,7 +92,7 @@ class Pman_Admin_GroupRights extends Pman
     
     
     // post.. 
-    function post()
+    function post($v)
     {
         if (!isset($_POST['group_id']) || (int)$_POST['group_id'] < 0) {
             $this->jerr("NO GROUP");