From: Alan Knowles Date: Fri, 4 Aug 2017 02:24:07 +0000 (+0800) Subject: GroupCountries.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ec0aeed498ac6b7b47dad43098d5c2a9eb641976 GroupCountries.php --- 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");