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 87a8cef26f..c9313fc500 100644
--- a/user_password.php
+++ b/user_password.php
@@ -137,7 +137,7 @@ function PMA_changePassword($password, $message, $change_password_message)
$password, $sql_query, $hashing_function
);
- $url_params = $auth_plugin->handlePasswordChange($password);
+ $auth_plugin->handlePasswordChange($password);
PMA_getChangePassMessage($change_password_message, $sql_query);
PMA_changePassDisplayPage($message, $sql_query);
}