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:
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index 8eb9946e5a..bcf29f14be 100644
--- a/user_password.php
+++ b/user_password.php
@@ -169,7 +169,7 @@ function PMA_changePassHashingFunction()
function PMA_ChangePassUrlParamsAndSubmitQuery(
$password, $_url_params, $sql_query, $hashing_function
) {
- $common_functions = PMA_CommonFunctions::getInstance();
+
$err_url = 'user_password.php' . PMA_generate_common_url($_url_params);
$local_query = 'SET password = ' . (($password == '')
? '\'\''