Bug #1212

[PATCH] Localization changes introduced error

Added by bribera - 144 days ago. Updated 45 days ago.

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.

localization_fix.diff (975 Bytes) bribera -, 02/26/2008 08:40 PM

History

02/28/2008 02:05 AM - bribera -

pdcawley fixed in r1665 -- feel free to close as a dupe

06/04/2008 07:24 PM - neuro -

  • Status changed from New to Rejected
  • Resolution set to duplicate

Duplicated

Also available in: Atom PDF