PHP7 fix
[Pman.Core] / 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");