Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
use LATEST_FIREFOX_RELEASED_DEVEL_VERSION instead of LATEST_FIREFOX_D…
Browse files Browse the repository at this point in the history
…EVEL_VERSION to determine last version (bug 582257)
  • Loading branch information
Fred Wenzel committed Aug 10, 2010
1 parent bde4ec3 commit ab0bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/feedback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MOBILE:
)

LATEST_BETAS = {
FIREFOX: product_details.firefox_versions['LATEST_FIREFOX_DEVEL_VERSION'],
FIREFOX: product_details.firefox_versions['LATEST_FIREFOX_RELEASED_DEVEL_VERSION'],
MOBILE: product_details.mobile_details['beta_version'],
}

Expand Down

0 comments on commit ab0bcca

Please sign in to comment.