mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
make getCountry() public.
This commit is contained in:
@@ -179,7 +179,7 @@ class e_form
|
|||||||
* Get a list of countries.
|
* Get a list of countries.
|
||||||
* @param null $iso
|
* @param null $iso
|
||||||
*/
|
*/
|
||||||
private function getCountry($iso=null) // move to parser?
|
public function getCountry($iso=null) // move to parser?
|
||||||
{
|
{
|
||||||
|
|
||||||
$c = array();
|
$c = array();
|
||||||
|
Reference in New Issue
Block a user