Commit dd871c8e authored by Franco Fichtner's avatar Franco Fichtner

www: fix a crash report

parent a674b5e0
...@@ -44,7 +44,7 @@ function get_country_providers($country) ...@@ -44,7 +44,7 @@ function get_country_providers($country)
return is_array($sp['provider'][0]) ? $sp['provider'] : array($sp['provider']); return is_array($sp['provider'][0]) ? $sp['provider'] : array($sp['provider']);
} }
} }
return $provider_list; return array();
} }
function country_list() function country_list()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment