#244 - bug with admincp/settings.php

Description

What did you do to cause this? regular code analysis

What page were you on? acp/settings

Describe the defect: The language select dropdown has [code]...iif(settings('local') == $local['file'], ' selected="selected"') ...[/code] Should be [code]...iif(settings('local') == str_ireplace('.php', '', $local['file']), ' selected="selected"') ...[/code]

I believe unmodified line number is 84

Activity

Jack closed as Invalid 13 years and 11 months ago

Traq 2.x sets the locale with the file extension where Traq 3.0 does not. Are you sharing the database with Traq 3.0-dev at all?

1 year and 7 months ago by Jack

  • Status Invalid Closed

Status

Closed
-
Low

Details

Defect
2.3.3
AdminCP
2.3.2
Trivial

Tracking

Devon Hazelett
13 years and 11 months ago
1 year and 7 months ago
0
-
-