GroupCountries.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:24:07 +0000 (10:24 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:24:07 +0000 (10:24 +0800)
GroupCountries.php

index f8480c3..e694d8d 100644 (file)
@@ -24,12 +24,12 @@ class Pman_Core_GroupCountries extends Pman
         return true;
     }
     
-    function get()
+    function get($v, $opts=array())
     {
-        $this->post();
+        $this->post($v);
     }
     
-    function post()
+    function post($v)
     {
         if (!$this->hasPerm( 'Core.Groups','E')) { // editing groups..
             $this->jerr("PERMISSION DENIED");