diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-05-08 17:12:01 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-05-08 17:12:01 +0200 |
commit | 490d91eb0547e111a3d652630b3217cfe682e292 (patch) | |
tree | 24534a6384760cfb520da42f70ec176bfe621ebf /extensions/BMO/lib | |
parent | 9a33e541fe83ef099f761b9914521facd6582983 (diff) | |
download | bugzilla-490d91eb0547e111a3d652630b3217cfe682e292.tar.gz bugzilla-490d91eb0547e111a3d652630b3217cfe682e292.tar.xz |
Bug 752623 - Please enable project flag- 'blocking-kilimanjaro' to Marketplace product
Diffstat (limited to 'extensions/BMO/lib')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 94fd8a34f..858a89c7b 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -53,6 +53,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Fennec" => [], "Fennec Native" => [], "Firefox" => [], + "Marketplace" => [], "mozilla.org" => [], "Mozilla Services" => [], "NSPR" => [], |