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
path: root/setup
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-11-08 16:10:53 +0400
committerRouslan Placella <rouslan@placella.com>2012-11-08 16:10:53 +0400
commit126319c325cb0e3e26dd16f5b6c3e6ecfd2a4c79 (patch)
treed1f3d017629e6528bb229c5b494c3c981c6d62c3 /setup
parentecfe35a45996ef88e64afe0caec0c34b9faf8c0a (diff)
Fixed bug #3585349 - error in setup
Diffstat (limited to 'setup')
-rw-r--r--setup/frames/index.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/frames/index.inc.php b/setup/frames/index.inc.php
index ccfbd1b29a..ddc6af5265 100644
--- a/setup/frames/index.inc.php
+++ b/setup/frames/index.inc.php
@@ -19,7 +19,7 @@ require_once './setup/lib/index.lib.php';
// prepare unfiltered language list
$all_languages = PMA_langList();
-uasort($all_languages, 'PMA_language_cmp');
+uasort($all_languages, 'PMA_languageCmp');
$cf = ConfigFile::getInstance();
$separator = PMA_get_arg_separator('html');