diff --git a/ChangeLog b/ChangeLog index ee79c35cd..279d08a2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ phpMyAdmin - ChangeLog - bug [navi] Wrong icon for view (MySQL 5.5) - bug #3420229 [doc] Missing documentation section - bug #3423725 [pdf] Broken PDF file when exporting database to PDF +- [core] Allow to set language in URL 3.4.6.0 (2011-10-16) - patch #3404173 InnoDB comment display with tooltips/aliases diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 7d71993ea..b695022ec 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -466,7 +466,7 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST[' /* needed for direct access, see FAQ 1.34 * also, server needed for cookie login screen (multi-server) */ - 'server', 'db', 'table', 'target', + 'server', 'db', 'table', 'target', 'lang', /* Session ID */ 'phpMyAdmin', /* Cookie preferences */