langauge instead of language

Bug #182470 reported by Krycek
2
Affects Status Importance Assigned to Milestone
Simplicity
Fix Released
Medium
John Le Drew
Old
Fix Released
Medium
John Le Drew

Bug Description

I was looking into the codes and I think i've found a bug in line 34 in ~simplicity-dev/simplicity/main : /simplicity/core/template/template.php (revision 4):

 $lang = Simplicity_Session::Get('LANG') ? Simplicity_Session::Get('LANG') : (Simplicity::$Request->client['language'] ? Simplicity::$Request->client['language'] : (Simplicity::getConfig('core','application','langauge') ? Simplicity::getConfig('core','application','langauge') : 'en_GB'));

"language" is typed "langauge" in two places.

Krycek (krycekrs)
description: updated
Revision history for this message
John Le Drew (antz29) wrote :

Thanks for that. Will be fixed for dev release tomorrow.

Changed in simplicity:
assignee: nobody → antz29
importance: Undecided → Medium
milestone: none → 0.1-dev
status: New → In Progress
John Le Drew (antz29)
Changed in simplicity:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.