diff options
-rw-r--r-- | perllib/FixMyStreet/Cobrand/FixMyBarangay.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm index 9c4ceb0ce..965096911 100644 --- a/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm +++ b/perllib/FixMyStreet/Cobrand/FixMyBarangay.pm @@ -12,7 +12,7 @@ sub council_url { return 'fmb'; } sub disambiguate_location { return { country => 'ph', - bing_culture => 'ph', + bing_culture => 'en', bing_country => 'The Philippines' }; } |