X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GroupCountries.php;h=e694d8d8668675773cd932c36d01202837cbae7e;hp=f8480c3104447a65ccf97b96a73e5d65a446c546;hb=c1af5e6bb6064e88469651271f4d9aaff34d69c0;hpb=adaf207cf7aebf8f85f16951471785a9d1f7b130 diff --git a/GroupCountries.php b/GroupCountries.php index f8480c31..e694d8d8 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -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");