aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-04-20 12:14:56 +0100
committerDave Whiteland <dave@mysociety.org>2012-04-20 12:14:56 +0100
commit6aabcc1f2b07dc5d4eb0f4d83ddad20814d14608 (patch)
tree44c66f9d8577850ce8de4d237671549a49ec470b
parent1dfa315b15c2b108124b6db59e25fcd0c79bb8b7 (diff)
bing culture is en for this project
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyBarangay.pm2
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'
};
}