Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Foellmann <foellmann@foe-services.de>2014-12-30 14:37:26 +0300
committerChristian Foellmann <foellmann@foe-services.de>2014-12-30 14:37:26 +0300
commitf3a2bbe4d8241664dbb92def1b413b616bfab1fd (patch)
tree9835ee787ff8edcb73f38a85e840580db3ca5a5c /libraries/Config.class.php
parent2bfb20e57418ebf396149782be9f98e868fe8608 (diff)
UPDATE 4.3.44.3.4
Diffstat (limited to 'libraries/Config.class.php')
-rw-r--r--libraries/Config.class.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/Config.class.php b/libraries/Config.class.php
index 7d77eb637d..86f70fe321 100644
--- a/libraries/Config.class.php
+++ b/libraries/Config.class.php
@@ -114,7 +114,7 @@ class PMA_Config
*/
function checkSystem()
{
- $this->set('PMA_VERSION', '4.3.3');
+ $this->set('PMA_VERSION', '4.3.4');
/**
* @deprecated
*/
@@ -847,6 +847,8 @@ class PMA_Config
$this->checkFontsize();
if (! $this->checkConfigSource()) {
+ // even if no config file, set collation_connection
+ $this->checkCollationConnection();
return false;
}