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

index 851655f..d956997 100644 (file)
@@ -28,7 +28,7 @@ class Pman_Admin_GroupRights extends Pman
     
     // FOR PERMS - SEE THE DATAOBJECT!
     
-    function get()
+    function get($v, $opts = Array())
     {
         // must recieve a group..
         if (!isset($_GET['group_id']) || (int)$_GET['group_id'] < 0) {