GroupCountries.php
authorChris <chris@roojs.com>
Wed, 19 Mar 2014 04:54:54 +0000 (12:54 +0800)
committerChris <chris@roojs.com>
Wed, 19 Mar 2014 04:54:54 +0000 (12:54 +0800)
GroupCountries.php

index 48cf79a..24aeab5 100644 (file)
@@ -34,7 +34,7 @@ class Pman_Core_GroupCountries extends Pman
         if (!$this->hasPerm( 'Core.Groups','E')) { // editing groups..
             $this->jerr("PERMISSION DENIED");
         }
-        
+         
         print_r($_REQUEST);
     }