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:
authorRouslan Placella <rouslan@placella.com>2012-06-06 16:18:54 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:04 +0400
commit74199dd1146ca7684f997476f8fb34c24c177d88 (patch)
tree36cd972b6aacabc95029479e67ce694830e7aed7 /user_password.php
parenta3d7a055ee2efaa5c1713642affb8ee9113d142d (diff)
Display messages once on password change
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';