From 6e3300675468eb3392bfdca3e458066a9a35232e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 25 Jul 2008 12:25:33 +0000 Subject: [PATCH] bug #2027102 quotes around lang missing --- libraries/common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 5cc46103a..4cb469247 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -403,7 +403,7 @@ if (! PMA_isValid($_REQUEST['token']) || $_SESSION[' PMA_token '] != $_REQUEST[' */ 'server', 'db', 'table', 'target', /* to change the language on login screen or main page */ - lang, + 'lang', /* Session ID */ 'phpMyAdmin', /* Cookie preferences */