1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

make getCountry() public.

This commit is contained in:
Cameron 2016-07-04 12:24:38 -07:00
parent 84c28f6fc9
commit 708db3597a

View File

@ -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();