mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
make getCountry() public.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user