X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=GroupCountries.php;h=e694d8d8668675773cd932c36d01202837cbae7e;hp=f8480c3104447a65ccf97b96a73e5d65a446c546;hb=a1a3ecba68d2fedabc8203e88b40759401d7472d;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");