diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 904e099fb..da259bfea 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -179,7 +179,7 @@ class e_form * Get a list of countries. * @param null $iso */ - private function getCountry($iso=null) // move to parser? + public function getCountry($iso=null) // move to parser? { $c = array();