Skip to content

Commit

Permalink
Fixed issue #6346: Statistic page filter not remembering statistics l…
Browse files Browse the repository at this point in the history
…anguage
  • Loading branch information
c-schmitz committed Jul 20, 2012
1 parent 7cf77c0 commit 9384ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/statistics.php
Expand Up @@ -282,7 +282,7 @@
foreach ($survlangs as $survlang)
{
$language_options .= "\t<option value=\"{$survlang}\"";
if ($_SESSION['adminlang'] == $survlang)
if ($statlang == $survlang)
{
$language_options .= "selected=\"selected\" " ;
}
Expand Down

0 comments on commit 9384ec7

Please sign in to comment.