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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_password.php b/user_password.php
index 470ab460f6..258585e019 100644
--- a/user_password.php
+++ b/user_password.php
@@ -56,6 +56,7 @@ if (isset($_REQUEST['nopass'])) {
// Displays an error message if required
if (isset($message)) {
$message->display();
+ unset($message);
}
require_once './libraries/display_change_password.lib.php';