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:
authorFenn-CS <fenn25.fn@gmail.com>2017-04-06 16:53:49 +0300
committerMichal Čihař <michal@cihar.com>2017-04-07 16:23:26 +0300
commita661c06fd63fc7db30cf9c51154aed5a028dba3c (patch)
tree1379e8b0d081fa3d12fcac5baa9c38e8a60d972d /user_password.php
parent606dbf8e0a1fdb5b969537760069d0a95230c195 (diff)
Added a locale reference for $response in PMA_getChangePassMessage() of user_password.php
Fixes #13154 Signed-off-by: Fenn-CS <fenn25.fn@gmail.com> Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_password.php b/user_password.php
index a108836d4f..bbdcc6af28 100644
--- a/user_password.php
+++ b/user_password.php
@@ -84,6 +84,7 @@ exit;
*/
function PMA_getChangePassMessage($change_password_message, $sql_query = '')
{
+ $response = Response::getInstance();
if ($response->isAjax()) {
/**
* If in an Ajax request, we don't need to show the rest of the page