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>2016-10-13 14:24:35 +0300
committerMichal Čihař <michal@cihar.com>2016-10-13 14:24:35 +0300
commit8b87e6ae00fedec84104ed6f6ccc4ea3e84ebe81 (patch)
treecdcc9a5fdb0638a80a468ed6bdcc19f08f196d35 /test/bootstrap-dist.php
parent51a7ea7bf59240baceb152345bae1f189639971a (diff)
Switch to MoTranslator 2.0
It changes API (to consistenly use camelCase) and removes use of eval(). See #6363, #11993 and phpmyadmin/motranslator#5 Signed-off-by: Michal Čihař <michal@cihar.com>
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 f83ad7a049..cacd56719b 100644
--- a/test/bootstrap-dist.php
+++ b/test/bootstrap-dist.php
@@ -61,7 +61,7 @@ if (PHP_SAPI == 'cli') {
require_once 'libraries/vendor_config.php';
require_once 'vendor/autoload.php';
require_once 'libraries/core.lib.php';
-MoTranslator\Loader::load_functions();
+MoTranslator\Loader::loadFunctions();
$CFG = new PMA\libraries\Config();
// Initialize PMA_VERSION variable
define('PMA_VERSION', $CFG->get('PMA_VERSION'));