GroupCountries.php
[Pman.Core] / GroupCountries.php
index 5ab6cc7..48cf79a 100644 (file)
@@ -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);
     }