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:
authorWeblate <noreply@weblate.org>2017-06-30 15:15:42 +0300
committerWeblate <noreply@weblate.org>2017-06-30 15:15:42 +0300
commitaf84c6a4b492c0a49667743277d3846ff4a0324e (patch)
tree35fec472fc23cc7b7324af89b3c3a69a46ab5bc3 /index.php
parentdc54e71ae60dafbfc5568d736e1c1aa6bbcd7114 (diff)
parented6353d304a32d5ae69def5d76e9827e85a2ca5e (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index d8663cade3..02cb9d28fe 100644
--- a/index.php
+++ b/index.php
@@ -6,9 +6,9 @@
* @package PhpMyAdmin
*/
-use PMA\libraries\Charsets;
-use PMA\libraries\Core;
-use PMA\libraries\LanguageManager;
+use PhpMyAdmin\Charsets;
+use PhpMyAdmin\Core;
+use PhpMyAdmin\LanguageManager;
use PMA\libraries\Message;
use PMA\libraries\RecentFavoriteTable;
use PMA\libraries\Response;
@@ -263,7 +263,7 @@ if ($GLOBALS['cfg']['ThemeManager']) {
echo '</li>';
}
echo '<li id="li_select_fontsize">';
-echo PMA\libraries\Config::getFontsizeForm();
+echo PhpMyAdmin\Config::getFontsizeForm();
echo '</li>';
echo '</ul>';