From: Chris Date: Tue, 18 Mar 2014 13:48:13 +0000 (+0800) Subject: GroupCountries.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a6d72397c5011a608dee3b52a66d2f1d25763031 GroupCountries.php --- diff --git a/GroupCountries.php b/GroupCountries.php index 5ab6cc79..48cf79a6 100644 --- a/GroupCountries.php +++ b/GroupCountries.php @@ -31,6 +31,10 @@ class Pman_Core_GroupCountries extends Pman function post() { + if (!$this->hasPerm( 'Core.Groups','E')) { // editing groups.. + $this->jerr("PERMISSION DENIED"); + } + print_r($_REQUEST); }