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:
parent
84c28f6fc9
commit
708db3597a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user