Activity log for bug #182470

Date Who What changed Old value New value Message
2008-01-13 05:48:10 Krycek bug added bug
2008-01-13 12:30:34 Krycek description I was looking into the code and I think i 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. 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.
2008-01-13 12:30:34 Krycek title langauge insted of language langauge instead of language
2008-01-14 00:01:53 John Le Drew simplicity: importance Undecided Medium
2008-01-14 00:01:53 John Le Drew simplicity: assignee antz29
2008-01-14 00:01:53 John Le Drew simplicity: status New In Progress
2008-01-14 00:01:53 John Le Drew simplicity: milestone 0.1-dev
2008-01-14 20:39:38 John Le Drew simplicity: status In Progress Fix Released