mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
www: fix a crash report
This commit is contained in:
parent
a674b5e0eb
commit
dd871c8e8b
@ -44,7 +44,7 @@ function get_country_providers($country)
|
||||
return is_array($sp['provider'][0]) ? $sp['provider'] : array($sp['provider']);
|
||||
}
|
||||
}
|
||||
return $provider_list;
|
||||
return array();
|
||||
}
|
||||
|
||||
function country_list()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user