bug #2027102, small fix for a notice about "lang"
This commit is contained in:
@@ -85,7 +85,7 @@ class PMA_Config
|
||||
*/
|
||||
function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '2.11.8');
|
||||
$this->set('PMA_VERSION', '2.11.8.1');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user