diff options
Diffstat (limited to 'password.php')
-rw-r--r-- | password.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/password.php b/password.php index 70c3185e0..58b8ece3a 100644 --- a/password.php +++ b/password.php @@ -354,6 +354,7 @@ if (!isset($themeconf['hide_menu_on']) OR !in_array('thePasswordPage', $themecon // +-----------------------------------------------------------------------+ include(PHPWG_ROOT_PATH.'include/page_header.php'); +include(PHPWG_ROOT_PATH.'include/page_messages.php'); $template->pparse('password'); include(PHPWG_ROOT_PATH.'include/page_tail.php'); |