diff options
Diffstat (limited to 'pages/wot/5.php')
-rw-r--r-- | pages/wot/5.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/5.php b/pages/wot/5.php index 4b574af..8b56fa5 100644 --- a/pages/wot/5.php +++ b/pages/wot/5.php @@ -39,7 +39,7 @@ <select name="reminder-lang"> <? if($_SESSION['_config']['reminder-lang'] == "") - $_SESSION['_config']['reminder-lang'] = $_SESSION['profile']['language']; + $_SESSION['_config']['reminder-lang'] = L10n::get_translation(); foreach(L10n::$translations as $key => $val) { echo "<option value='$key'"; |