From ec0aeed498ac6b7b47dad43098d5c2a9eb641976 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 4 Aug 2017 10:24:07 +0800 Subject: [PATCH] GroupCountries.php --- GroupCountries.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); -- 2.39.2