Commit a6fb838e authored by Franco Fichtner's avatar Franco Fichtner

www: fix a crash report

(cherry picked from commit dd871c8e)
parent 0203148e
......@@ -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()
......
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