Bug #1212
[PATCH] Localization changes introduced error
| Status : | Rejected | Start : | ||
| Priority : | High | Due date : | ||
| Assigned to : | scott - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : | duplicate |
Description
r1661 introduced an error in application_helper.rb (line 200):
#{ javascript_include_tag "lang/" + Localization.lang }
Throws an error because Localization.lang returns a Symbol, which cannot be concatenated to a String.
Causes 500s on main blog page.