Display messages once on password change

This commit is contained in:
Rouslan Placella 2012-06-06 13:18:54 +01:00
parent a3d7a055ee
commit 74199dd114

View File

@ -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';