diff options
Diffstat (limited to 'password.php')
-rw-r--r-- | password.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/password.php b/password.php index 762d8ae04..f242d48b5 100644 --- a/password.php +++ b/password.php @@ -357,7 +357,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('thePasswordPage', $themecon include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_password'); -include(PHPWG_ROOT_PATH.'include/page_messages.php'); +flush_page_messages(); $template->pparse('password'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); |