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:
authorMichal Čihař <michal@cihar.com>2017-07-18 10:45:11 +0300
committerGitHub <noreply@github.com>2017-07-18 10:45:11 +0300
commit942e44afe70f5fb5984b577b994a2959f17734fa (patch)
tree4c3ad772176a94d47ebc4982606a1c0656a7773e /test/bootstrap-dist.php
parent964f3d896356ad0d934b2927698dfdb71b7f79bd (diff)
parent51fb18612aec88a62f95006fd1906b55b17b91d2 (diff)
Merge pull request #13499 from nijel/theme
Move Theme object out of session
Diffstat (limited to 'test/bootstrap-dist.php')
-rw-r--r--test/bootstrap-dist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap-dist.php b/test/bootstrap-dist.php
index 9cdce458f9..b67346b031 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -84,7 +84,7 @@ session_start();
// Standard environment for tests
$_SESSION[' PMA_token '] = 'token';
-$_SESSION['PMA_Theme'] = PhpMyAdmin\Theme::load('./themes/pmahomme');
+$GLOBALS['PMA_Theme'] = PhpMyAdmin\Theme::load('./themes/pmahomme');
$_SESSION['tmpval']['pftext'] = 'F';
$GLOBALS['lang'] = 'en';
$GLOBALS['cell_align_left'] = 'left';