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:
Diffstat (limited to 'setup')
-rw-r--r--setup/validate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/validate.php b/setup/validate.php
index 393af94deb..7c2308a3c6 100644
--- a/setup/validate.php
+++ b/setup/validate.php
@@ -22,7 +22,7 @@ if (!($values instanceof stdClass)) {
PMA_fatalError(__('Wrong data'));
}
$values = (array)$values;
-$result = PMA_Validator::config_validate($vids, $values, true);
+$result = PMA_Validator::validate($vids, $values, true);
if ($result === false) {
$result = 'Wrong data or no validation for ' . $vids;
}